Skip to content

Commit

Permalink
update cmakelists for new boost policy
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jul 24, 2024
1 parent 4221146 commit 4ee00dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.15)
if(POLICY CMP0167)
cmake_policy(SET CMP0167 NEW)
endif()

include(cmake/prelude.cmake)

Expand Down

0 comments on commit 4ee00dc

Please sign in to comment.