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 4f03919 commit 276052aCopy full SHA for 276052a
cmake/modules/GoogleTest.cmake
@@ -37,7 +37,7 @@ else()
37
-DCMAKE_AR=${CMAKE_AR}
38
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
39
${EXTRA_GTEST_OPTS})
40
- set(BUILD_COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/ )
+ set(BUILD_COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/ --config $<CONFIG>)
41
endif()
42
43
ExternalProject_Add(
0 commit comments