Skip to content

Commit dbd3f1b

Browse files
Dropped the required CMake version to 2.8.7
To support RH6
1 parent 38c7615 commit dbd3f1b

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
@@ -24,7 +24,7 @@
2424
#
2525
#==============================================================================
2626

27-
cmake_minimum_required(VERSION 2.8.9)
27+
cmake_minimum_required(VERSION 2.8.7)
2828

2929
if(NOT CMAKE_BUILD_TYPE)
3030
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING

0 commit comments

Comments
 (0)