diff --git a/CMakeLists.txt b/CMakeLists.txt index 35c25718..8f82753b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ configure_ccache() # Find Boost headers only according to https://cmake.org/cmake/help/latest/module/FindBoost.html list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/dependencies/build/boost/boost-prefix/src/boost") configure_boost() -# set(CMAKE_FIND_DEBUG_MODE ON) +set(CMAKE_FIND_DEBUG_MODE ON) find_package(Boost ${BOOST_MIN_VERSION} REQUIRED) if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS})