Skip to content

Commit

Permalink
Merge pull request openscad#5402 from openscad/cmake_version
Browse files Browse the repository at this point in the history
Sync tests/CMakeLists.txt cmake versions requirement with top level requirements
  • Loading branch information
thehans authored Oct 31, 2024
2 parents 3971745 + 53d3d25 commit 5dd397d
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 5dd397d

Please sign in to comment.