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