Skip to content

Commit c7a73f4

Browse files
committed
downgrade CMake requirement to 3.0 to make it consistent with IQTREE
1 parent faa9cb1 commit c7a73f4

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

5454

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

5858
set(GCC_MIN_VERSION "5")

0 commit comments

Comments
 (0)