reducing required cmake version
This commit is contained in:
parent
c1e7188504
commit
32f623fdcc
@ -1,9 +1,9 @@
|
|||||||
# CMakeList.txt : CMake project for ImageMan, include source and define
|
# CMakeList.txt : CMake project for ImageMan, include source and define
|
||||||
# project specific logic here.
|
# project specific logic here.
|
||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.18)
|
||||||
|
|
||||||
if(${CMAKE_VERSION} VERSION_LESS 3.19)
|
if(${CMAKE_VERSION} VERSION_LESS 3.18)
|
||||||
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
|
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user