Skip to content

Commit da2caa7

Browse files
authored
Merge pull request #5 from swift-nav/ababu/update_min_cmake_version
Update CMake minimum required version to 3.13
2 parents 26226d3 + 7dda696 commit da2caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
## - GFLAGS_INSTALL_SHARED_LIBS
7171
## - GFLAGS_INSTALL_STATIC_LIBS
7272

73-
cmake_minimum_required (VERSION 3.0.2 FATAL_ERROR)
73+
cmake_minimum_required (VERSION 3.13 FATAL_ERROR)
7474

7575
if (POLICY CMP0042)
7676
cmake_policy (SET CMP0042 NEW)

0 commit comments

Comments
 (0)