Skip to content

Commit

Permalink
Fixing warning due to Boost policy change
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Jul 5, 2024
1 parent 5be482b commit 6a82a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)

include(GNUInstallDirs)

find_package(Boost 1.54 REQUIRED)
cmake_policy(SET CMP0167 NEW)
find_package(Boost REQUIRED)

include(CheckCXXCompilerFlag)

Expand Down

0 comments on commit 6a82a1c

Please sign in to comment.