Raise CMake min version.
This commit is contained in:
parent
ee8dd96ddc
commit
b871716d61
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ if(POLICY CMP0054)
|
|||
cmake_policy(SET CMP0054 NEW)
|
||||
endif()
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.10)
|
||||
cmake_minimum_required(VERSION 3.4)
|
||||
|
||||
message(STATUS "")
|
||||
message(STATUS "[${APP_LOW_NAME}] ==== Options summary ====")
|
||||
|
|
Loading…
Add table
Reference in a new issue