Skip to content

Commit 5dd397d

Browse files
authored
Merge pull request openscad#5402 from openscad/cmake_version
Sync tests/CMakeLists.txt cmake versions requirement with top level requirements
2 parents 3971745 + 53d3d25 commit 5dd397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
cmake_minimum_required(VERSION 3.0)
5+
cmake_minimum_required(VERSION 3.13)
66
if(POLICY CMP0017)
77
# Explicitly use new include policy to avoid globally shadowing included modules
88
# https://cmake.org/cmake/help/v2.8.8/cmake.html#policy:CMP0017

0 commit comments

Comments
 (0)