File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33
44cmake_minimum_required (VERSION 3.16)
55
6- project (googletest-distribution)
6+ project (googletest-distribution LANGUAGES CXX )
77set (GOOGLETEST_VERSION 1.16.0)
88
99if (NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
Original file line number Diff line number Diff line change @@ -42,12 +42,11 @@ endif()
4242# CMake files in this project can refer to the root source directory
4343# as ${gtest_SOURCE_DIR} and to the root binary directory as
4444# ${gtest_BINARY_DIR}.
45- # Language "C" is required for find_package(Threads).
4645
4746# Project version.
4847
4948cmake_minimum_required (VERSION 3.13)
50- project (gtest VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C )
49+ project (gtest VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX)
5150
5251if (COMMAND set_up_hermetic_build)
5352 set_up_hermetic_build()
You can’t perform that action at this time.
0 commit comments