Skip to content

Commit 13fc524

Browse files
authored
[0.7] [MOD-9303] Update GoogleTest tag to support CMake 4.0 compatibility (#638)
[MOD-9303] Update GoogleTest tag to support CMake 4.0 compatibility (#630) * use googletest 1.16.0 remove pin cmake version (not needed as we meet cmake requirments of cmake 4.0) * disbale isntall cmake in codeql * disable temp flow remove install cmake from codeql (cherry picked from commit b983c5b)
1 parent ec4f770 commit 13fc524

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.install/macos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
brew update
33
brew install make
4+
brew install coreutils
45
source install_cmake.sh

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(VECSIM_BUILD_TESTS)
5050

5151
FetchContent_Declare(
5252
googletest
53-
URL https://github.com/google/googletest/archive/refs/tags/release-1.12.1.zip
53+
URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.zip
5454
)
5555

5656
# For Windows: Prevent overriding the parent project's compiler/linker settings

0 commit comments

Comments
 (0)