Skip to content

Commit b88dbb8

Browse files
patapenka-alexeyoleg-jukovec
authored andcommitted
cmake: update minimum required version
1 parent 2372cc2 commit b88dbb8

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
22

33
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
44
include(ExternalProject)

0 commit comments

Comments
 (0)