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 8528098 commit b3c5acbCopy full SHA for b3c5acb
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})
+ set(BUILD_COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR}/unittests/googletest-prefix/src/googletest-build/ )
41
endif()
42
43
ExternalProject_Add(
0 commit comments