Use Boost_VERBOSE instead of Boost_DEBUG

This commit is contained in:
Peter Dimov
2019-12-29 18:55:05 +02:00
parent f106632cbf
commit dd1f936eb3

View File

@ -316,7 +316,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_type_traits