Skip to content

Commit 42ac641

Browse files
committed
build: Update for compat with newer CMake (closes merbanan#3245)
1 parent 81ad4c4 commit 42ac641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################################################
22
# Project setup
33
########################################################################
4-
cmake_minimum_required(VERSION 2.6)
4+
cmake_minimum_required(VERSION 2.6...3.10)
55
# Fix behavior of CMAKE_C_STANDARD when targeting macOS.
66
if(POLICY CMP0025)
77
cmake_policy(SET CMP0025 NEW)

0 commit comments

Comments
 (0)