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 b1a350c commit 202715cCopy full SHA for 202715c
cmake/modules/GoogleTest.cmake
@@ -39,6 +39,8 @@ ExternalProject_Add(
39
# -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE:PATH=ReleaseLibs
40
# -Dgtest_force_shared_crt=ON
41
CONFIGURE_COMMAND ${config_cmd} -G ${CMAKE_GENERATOR}
42
+ -S ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest/
43
+ -B ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/
44
-DCMAKE_BUILD_TYPE=$<CONFIG>
45
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
46
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
0 commit comments