CMake>=3.13: opt for for new policies up to 3.15
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# TESTSUITE=indicate if the release is meant to be used by the testsuite, default if OFF
|
||||
# GPL_PACKAGE_LIST=path to a file containing the list of GPL packages to include in the release. If not provided all of them are.
|
||||
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.1...3.15)
|
||||
|
||||
function(process_package pkg)
|
||||
if(VERBOSE)
|
||||
|
||||
Reference in New Issue
Block a user