Skip to content

Commit 2999442

Browse files
committed
Increased CMake minimum required from 3.10 to 3.16
1 parent 8c4be3a commit 2999442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# (C) Copyright 2011-2024 Johns Hopkins University (JHU), All Rights Reserved.
2+
# (C) Copyright 2011-2025 Johns Hopkins University (JHU), All Rights Reserved.
33
#
44
# --- begin cisst license - do not edit ---
55
#
@@ -9,7 +9,7 @@
99
#
1010
# --- end cisst license ---
1111

12-
cmake_minimum_required (VERSION 3.10)
12+
cmake_minimum_required (VERSION 3.16)
1313

1414
project (Amp1394 VERSION 2.2.0)
1515

0 commit comments

Comments
 (0)