Skip to content

Commit ed4f62b

Browse files
committed
Bump min cmake version to 3.5
1 parent c566888 commit ed4f62b

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
@@ -38,7 +38,7 @@ IF(BIICODE)
3838
ENDIF()
3939
ENDIF()
4040
ELSE()
41-
cmake_minimum_required (VERSION 2.8)
41+
cmake_minimum_required (VERSION 3.5)
4242

4343
if (NOT DEFINED CMAKE_BUILD_TYPE)
4444
set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")

0 commit comments

Comments
 (0)