From dd1f936eb3c87a4e27107c8aad8d0f01ff20147d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 29 Dec 2019 18:55:05 +0200 Subject: [PATCH] Use Boost_VERBOSE instead of Boost_DEBUG --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8228eb2..43c345f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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