Skip to content

Commit

Permalink
Merge pull request #4157 from dpogue:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518065122
Change-Id: I3a71c85626050b9aecebd4aa10d668ea3c48c82c
  • Loading branch information
copybara-github committed Mar 20, 2023
2 parents 3288c4d + fe5b7ef commit fa87209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions googletest/cmake/internal_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ if (POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif (POLICY CMP0054)

if (POLICY CMP0069)
cmake_policy(SET CMP0069 NEW)
endif (POLICY CMP0069)

# Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
#
# This must be a macro(), as inside a function string() can only
Expand Down

0 comments on commit fa87209

Please sign in to comment.