We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0327c3b commit 9286849Copy full SHA for 9286849
.travis.yml
@@ -40,7 +40,7 @@ before_script:
40
script:
41
- mkdir -p build
42
- cd build
43
- - cmake -D CMAKE_PREFIX_PATH:PATH=${DEPS_DIR}/protobuf/install:${PATH} ..
+ - cmake -D CMAKE_PREFIX_PATH:PATH=${DEPS_DIR}/protobuf/install ..
44
- cmake --build .
45
- cd ..
46
- python setup.py build
0 commit comments