Skip to content

Commit 8d7644c

Browse files
committed
bump cmake to 3.5
1 parent 55166ea commit 8d7644c

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
@@ -30,7 +30,7 @@
3030
# CMake setup
3131
############################################################
3232

33-
cmake_minimum_required(VERSION 3.3)
33+
cmake_minimum_required(VERSION 3.5)
3434
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/")
3535

3636
if(NOT CMAKE_BUILD_TYPE)

0 commit comments

Comments
 (0)