Fixed Travis and CMake after moving CMakeLists.txt

This commit is contained in:
Phil Nash
2017-01-06 16:19:20 +00:00
parent 64193078bc
commit c8fefc4670
3 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ install:
before_script:
- export CXX=${COMPILER}
- cd ${TRAVIS_BUILD_DIR}
- cmake -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
- cd Build
script: