mirror of https://github.com/intel/gmmlib.git
Merge c9db6e993d
into 20050cbe25
This commit is contained in:
commit
d15e4ae697
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
|
||||
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
|
||||
|
||||
if (NOT DEFINED RUN_TEST_SUITE)
|
||||
option (RUN_TEST_SUITE "run test suite after install" ON)
|
||||
|
|
|
@ -28,7 +28,7 @@ if(NOT DEFINED _os_release_info)
|
|||
set(_os_release_info TRUE)
|
||||
|
||||
# Set cmake policies for at least this level:
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
if(POLICY CMP0054)
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
|
|
Loading…
Reference in New Issue