Skip to content

Commit d69a954

Browse files
committed
Revert "downgrade CMake requirement to 3.0 to make it consistent with IQTREE"
This reverts commit c7a73f4.
1 parent c7a73f4 commit d69a954

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
@@ -52,7 +52,7 @@
5252
#
5353

5454

55-
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
55+
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
5656
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
5757

5858
set(GCC_MIN_VERSION "5")

0 commit comments

Comments
 (0)