Skip to content

Commit

Permalink
enabling new cmake policy (IN_LIST operator CMP0057) for recent boost…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
stephen-dixon committed Aug 28, 2024
1 parent 9e944e9 commit 77ebd3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ endif()

if( CMAKE_VERSION VERSION_GREATER 3.30 )
cmake_policy( SET CMP0167 NEW )
cmake_policy( SET CMP0057 NEW )
endif()

# Extra cmake modules to find libraries
Expand Down

0 comments on commit 77ebd3a

Please sign in to comment.