Skip to content

Commit d8dfb4e

Browse files
committed
CMake: fix FindBoost warning with CMake >= 3.30
1 parent 6e0f7a0 commit d8dfb4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ foreach(policy
1313
CMP0075 # CMake 3.12
1414
CMP0083 # CMake 3.14
1515
CMP0093 # CMake 3.15
16+
CMP0167 # CMake 3.30
1617
)
1718
if(POLICY ${policy})
1819
cmake_policy(SET ${policy} NEW)

0 commit comments

Comments
 (0)