We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb32ba commit 70bfdc4Copy full SHA for 70bfdc4
cmake/modules/GoogleTest.cmake
@@ -38,7 +38,7 @@ ExternalProject_Add(
38
# CMAKE_ARGS -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_DEBUG:PATH=DebugLibs
39
# -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE:PATH=ReleaseLibs
40
# -Dgtest_force_shared_crt=ON
41
- CONFIGURE_COMMAND ${config_cmd} -G ${CMAKE_GENERATOR
+ CONFIGURE_COMMAND ${config_cmd} -G ${CMAKE_GENERATOR}
42
-DCMAKE_BUILD_TYPE=$<CONFIG>
43
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
44
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
0 commit comments