Use Boost_VERBOSE instead of Boost_DEBUG

This commit is contained in:
Peter Dimov
2019-12-29 18:52:09 +02:00
parent 0a775cf1c5
commit ca94dbbc1a

View File

@ -298,7 +298,7 @@ matrix:
env: CMAKE=1
script:
- mkdir __build__ && cd __build__
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_DEBUG=1 ..
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 ..
- ctest --output-on-failure -R boost_static_assert
- os: linux
@ -316,7 +316,7 @@ matrix:
env: CMAKE_INSTALL=1
script:
- mkdir __build__ && cd __build__
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_DEBUG=1 -DBOOST_INCLUDE_LIBRARIES="static_assert;config" -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES="static_assert;config" -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake --build . --target install
- cd ../libs/static_assert/test/cmake_install_test && mkdir __build__ && cd __build__
- cmake -DCMAKE_INSTALL_PREFIX=~/.local ..