Skip to content

Commit 1476b87

Browse files
authored
[0.6] [MOD-9303] Update GoogleTest tag to support CMake 4.0 compatibility (#637)
[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 5c48655 commit 1476b87

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
@@ -51,7 +51,7 @@ if(VECSIM_BUILD_TESTS)
5151

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

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

0 commit comments

Comments
 (0)