upgrade minimal cmake release

This commit is contained in:
mpromonet 2018-02-17 15:46:02 +00:00
parent 3eb2d41138
commit b86cb1381c

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.0)
# set project name from current directory
get_filename_component(BASENAME ${CMAKE_SOURCE_DIR} NAME)