From a9c28c49bc87fddc448e4265a2594cd397d73723 Mon Sep 17 00:00:00 2001 From: xatier Date: Sat, 9 Dec 2023 07:28:20 -0600 Subject: [PATCH] build(cmake): upgrade cmake to v1.14.0 The pinned version [1] is quite old from Feb 2021. [1] https://github.com/google/googletest/commit/609281088cfefc76f9d0ce82e1ff6c30cc3591e5 --- src/CMakeLists.txt | 2 +- src/Engine/CMakeLists.txt | 2 +- src/Engine/Mandarin/CMakeLists.txt | 2 +- src/Engine/gramambular2/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5581a35..c7cb15e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -78,7 +78,7 @@ if (ENABLE_TEST) FetchContent_Declare( googletest # Specify the commit you depend on and update it regularly. - URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip + URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip ) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) diff --git a/src/Engine/CMakeLists.txt b/src/Engine/CMakeLists.txt index 48a2fa7..57acbe4 100644 --- a/src/Engine/CMakeLists.txt +++ b/src/Engine/CMakeLists.txt @@ -42,7 +42,7 @@ if (ENABLE_TEST) FetchContent_Declare( googletest # Specify the commit you depend on and update it regularly. - URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip + URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip ) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) diff --git a/src/Engine/Mandarin/CMakeLists.txt b/src/Engine/Mandarin/CMakeLists.txt index 0a0adb7..a9fa436 100644 --- a/src/Engine/Mandarin/CMakeLists.txt +++ b/src/Engine/Mandarin/CMakeLists.txt @@ -23,7 +23,7 @@ if (ENABLE_TEST) FetchContent_Declare( googletest # Specify the commit you depend on and update it regularly. - URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip + URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip ) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) diff --git a/src/Engine/gramambular2/CMakeLists.txt b/src/Engine/gramambular2/CMakeLists.txt index bcacc32..7445bbf 100644 --- a/src/Engine/gramambular2/CMakeLists.txt +++ b/src/Engine/gramambular2/CMakeLists.txt @@ -23,7 +23,7 @@ if (ENABLE_TEST) FetchContent_Declare( googletest # Specify the commit you depend on and update it regularly. - URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip + URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip ) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)