Silence some cmake warnings
This commit is contained in:
2
3rdParty/libarchive/ext/CMakeLists.txt
vendored
2
3rdParty/libarchive/ext/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(build_libarchive)
|
||||
include(ExternalProject)
|
||||
|
||||
|
||||
2
3rdParty/libjpeg-turbo/ext/CMakeLists.txt
vendored
2
3rdParty/libjpeg-turbo/ext/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(build_libjpeg-turbo)
|
||||
include(ExternalProject)
|
||||
|
||||
|
||||
2
3rdParty/rapidyaml/CMakeLists.txt
vendored
2
3rdParty/rapidyaml/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
||||
ryml
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY ${RAPIDYAML_REPO}
|
||||
GIT_TAG v0.9.0
|
||||
GIT_TAG v0.10.0
|
||||
GIT_SHALLOW FALSE # ensure submodules are checked out
|
||||
)
|
||||
set(C4CORE_INSTALL OFF CACHE BOOL "" FORCE)
|
||||
|
||||
Reference in New Issue
Block a user