Skip to content

Commit

Permalink
back to debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 9, 2024
1 parent cf32d2d commit 0ba09cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 0ba09cf

Please sign in to comment.