diff --git a/Sources/Tests/gtest b/Sources/Tests/gtest index 58d77fa807..f8d7d77c06 160000 --- a/Sources/Tests/gtest +++ b/Sources/Tests/gtest @@ -1 +1 @@ -Subproject commit 58d77fa8070e8cec2dc1ed015d66b454c8d78850 +Subproject commit f8d7d77c06936315286eb55f8de22cd23c188571 diff --git a/cmake/CompilerChecks.cmake b/cmake/CompilerChecks.cmake index a710eab05b..59b698dffc 100644 --- a/cmake/CompilerChecks.cmake +++ b/cmake/CompilerChecks.cmake @@ -1,5 +1,4 @@ # Use LTCG if available. -cmake_policy(SET CMP0069 NEW) # gtest projects use old cmake compatibility... if(NOT DEFINED CMAKE_INTERPROCEDURAL_OPTIMIZATION) include(CheckIPOSupported) check_ipo_supported(RESULT _IPO_SUPPORTED LANGUAGES CXX OUTPUT _IPO_OUTPUT)