Skip to content

Commit

Permalink
Merge pull request #166 from e-kwsm/CMP0058
Browse files Browse the repository at this point in the history
Set CMake policy CMP0058
  • Loading branch information
sbeyer authored Jun 17, 2021
2 parents 64d9bd6 + e1d553e commit 77f5086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
option(BANDIT_BUILD_SPECS "Build the Bandit specs" ON)
option(BANDIT_RUN_SPECS "Run the Bandit specs" ON)

if(POLICY CMP0058)
cmake_policy(SET CMP0058 NEW)
endif()

set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(cotire/CMake/cotire OPTIONAL RESULT_VARIABLE HAS_COTIRE)

Expand Down

0 comments on commit 77f5086

Please sign in to comment.