We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b956a2 commit aafeeaeCopy full SHA for aafeeae
CMakeLists.txt
@@ -5,6 +5,8 @@ include(GenerateExportHeader)
5
6
set(CMAKE_CXX_STANDARD 14)
7
8
+set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
9
+
10
set(BUILD_PROJECT "all" CACHE STRING "Set the name of the project to build")
11
12
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
0 commit comments