Skip to content

Commit

Permalink
Set CMP0067
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiju Yamada committed Nov 25, 2024
1 parent 6d57a59 commit bcb4969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ message(STATUS "Using cmake version ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION
cmake_policy(SET CMP0002 NEW)
# http://www.cmake.org/cmake/help/cmake-2.6.html#policy:CMP0003
cmake_policy(SET CMP0003 NEW)
# https://cmake.org/cmake/help/v3.8/policy/CMP0067.html
cmake_policy(SET CMP0067 NEW)

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 14) # C++14 for std::shared_timed_mutex
Expand Down

0 comments on commit bcb4969

Please sign in to comment.