Skip to content

Commit

Permalink
CMakeLists.txt: Set CMake policy CMP0167 (Find Boost behavior)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Dec 21, 2024
1 parent 5728ed0 commit c4b2e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

CMAKE_MINIMUM_REQUIRED(VERSION 3.16 FATAL_ERROR)

CMAKE_POLICY(SET CMP0167 OLD)

SET(VEGASTRIKE_VERSION_MAJOR "0")
SET(VEGASTRIKE_VERSION_MINOR "9")
SET(VEGASTRIKE_VERSION_PATCH "0")
Expand Down

0 comments on commit c4b2e5c

Please sign in to comment.