Skip to content

Commit 01427ca

Browse files
committed
chore: set minimum version of cmake required
1 parent dd857a3 commit 01427ca

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
@@ -3,7 +3,7 @@
33
#
44
# CMake settings for building & installing the NeuroML2 C++ API
55

6-
cmake_minimum_required(VERSION 3.5)
6+
cmake_minimum_required(VERSION 3.14)
77
cmake_policy(SET CMP0022 NEW) # Link interfaces for export
88
cmake_policy(SET CMP0028 NEW) # Strict use of :: in target names
99
cmake_policy(SET CMP0042 NEW) # Mac OS @rpath

0 commit comments

Comments
 (0)