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)