Fix CMake unused variable warning

This commit is contained in:
Tushar Maheshwari 2021-06-12 12:19:45 +05:30
parent dca30fff7f
commit 4ff25c702f

View File

@ -18,7 +18,7 @@ install:
before_script: before_script:
- cd ${TRAVIS_BUILD_DIR} - cd ${TRAVIS_BUILD_DIR}
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON -Wdev - cmake -H. -BBuild -DCMAKE_BUILD_TYPE=Release -Wdev
- cd Build - cd Build
script: script: