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 360f437 commit ea5106aCopy full SHA for ea5106a
source/tests/googletest/googlemock/CMakeLists.txt
@@ -8,6 +8,7 @@
8
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
9
# make it prominent in the GUI.
10
option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
11
+set(BUILD_SHARED_LIBS OFF)
12
13
option(gmock_build_tests "Build all of Google Mock's own tests." OFF)
14
source/tests/googletest/googletest/CMakeLists.txt
# When other libraries are using a shared version of runtime libraries,
# Google Test also has to use one.
0 commit comments