We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f6d63 commit f04fbe0Copy full SHA for f04fbe0
1 file changed
cmake/external/googletest.cmake
@@ -27,4 +27,5 @@ ExternalProject_Add(googletest
27
-DBUILD_GMOCK:BOOL=OFF
28
-DBUILD_GTEST:BOOL=ON
29
-Dgtest_force_shared_crt:BOOL=OFF
30
+ BUILD_BYPRODUCTS ${googletest_STATIC_LIBRARIES}
31
)
0 commit comments