Skip to content

Commit 3946f47

Browse files
committed
reduce cmake req to 3.5
1 parent 3b55088 commit 3946f47

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.14 FATAL_ERROR)
55+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
5656
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
5757

5858
set(GCC_MIN_VERSION "5")

0 commit comments

Comments
 (0)