diff --git a/ext/SPIRV-Cross-build/CMakeLists.txt b/ext/SPIRV-Cross-build/CMakeLists.txt index 608483edfa..ff9f6bbba4 100644 --- a/ext/SPIRV-Cross-build/CMakeLists.txt +++ b/ext/SPIRV-Cross-build/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.10) project(SPIRV-Cross) enable_testing() diff --git a/ext/discord-rpc-build/CMakeLists.txt b/ext/discord-rpc-build/CMakeLists.txt index a63ec8eecf..82252d745a 100644 --- a/ext/discord-rpc-build/CMakeLists.txt +++ b/ext/discord-rpc-build/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2.0) +cmake_minimum_required (VERSION 3.10.0) project (DiscordRPC) set(SRC_DIR ../discord-rpc/src) diff --git a/ext/libchdr-build/CMakeLists.txt b/ext/libchdr-build/CMakeLists.txt index b8f3e387f0..ce3d3aba29 100644 --- a/ext/libchdr-build/CMakeLists.txt +++ b/ext/libchdr-build/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2.0) +cmake_minimum_required (VERSION 3.10.0) project (chdr) set(LZMA_DIR ../libchdr/deps/lzma-22.01/src) diff --git a/ext/lua-build/CMakeLists.txt b/ext/lua-build/CMakeLists.txt index 1eaf2b6dfe..d69943aa06 100644 --- a/ext/lua-build/CMakeLists.txt +++ b/ext/lua-build/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2.0) +cmake_minimum_required (VERSION 3.10.0) project (lua) set(SRC_DIR ../lua) diff --git a/ext/rcheevos-build/CMakeLists.txt b/ext/rcheevos-build/CMakeLists.txt index c72c1493b2..8d65767699 100644 --- a/ext/rcheevos-build/CMakeLists.txt +++ b/ext/rcheevos-build/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2.0) +cmake_minimum_required (VERSION 3.10.0) project (RCheevos) set(SRC_DIR ../rcheevos/src) diff --git a/ext/zstd-build/CMakeLists.txt b/ext/zstd-build/CMakeLists.txt index c295da5461..16b41c4406 100644 --- a/ext/zstd-build/CMakeLists.txt +++ b/ext/zstd-build/CMakeLists.txt @@ -1,8 +1,7 @@ -cmake_minimum_required (VERSION 3.2.0) +cmake_minimum_required (VERSION 3.10.0) project (libzstd_static) set(SRC_DIR ../zstd/lib) -message(${SRC_DIR}) set(ALL_SOURCE_FILES ${SRC_DIR}/common/debug.c