Skip to content

Commit

Permalink
Sync tests/CMakeLists.txt cmake versions requirement with top level r…
Browse files Browse the repository at this point in the history
…equirements.

Fixes: CMake Deprecation Warning at tests/CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.
  • Loading branch information
thehans committed Oct 31, 2024
1 parent 7f05c62 commit 53d3d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#set(DEBUG_OSCD 1) # print debug info during cmake

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.13)
if(POLICY CMP0017)
# Explicitly use new include policy to avoid globally shadowing included modules
# https://cmake.org/cmake/help/v2.8.8/cmake.html#policy:CMP0017
Expand Down

0 comments on commit 53d3d25

Please sign in to comment.