Merge pull request #572 from besser82/topic/besser82/cmake_fixes

Small fixes to CMakeLists
This commit is contained in:
Eric Haszlakiewicz
2020-04-10 22:08:27 -04:00
committed by GitHub
2 changed files with 18 additions and 9 deletions

View File

@@ -135,11 +135,7 @@ before_script:
- set +e
- mkdir -p build || echo "Failed to mkdir build"
- cd build || echo "Failed to cd build"
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
cmake -DDISABLE_BSYMBOLIC=ON .. ;
else
cmake .. ;
fi || echo "Failed to run cmake"
- cmake .. || echo "Failed to run cmake"
script:
- make