We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a145 commit ebf15a1Copy full SHA for ebf15a1
deps/googletest/CMakeLists.txt
@@ -48,9 +48,12 @@ if (CMAKE_VERSION VERSION_LESS 3.0)
48
set(PROJECT_VERSION ${GOOGLETEST_VERSION})
49
else()
50
cmake_policy(SET CMP0048 NEW)
51
+ if (CMAKE_VERSION VERSION_GREATER 3.31)
52
+ cmake_policy(SET CMP0148 NEW)
53
+ endif()
54
project(gtest VERSION 1.8.1 LANGUAGES CXX C)
55
endif()
-cmake_minimum_required(VERSION 2.6.4)
56
+cmake_minimum_required(VERSION 3.13)
57
58
if (POLICY CMP0063) # Visibility
59
cmake_policy(SET CMP0063 NEW)
0 commit comments