CMake: Don't build Protobuf tests

This commit is contained in:
Corentin Le Molgat
2020-01-30 11:44:49 +01:00
parent 6833c97426
commit 8f76a8a112

View File

@@ -104,7 +104,8 @@ if(BUILD_Protobuf)
TAG
"v3.11.2"
CMAKE_ARGS
-Dprotobuf_MSVC_STATIC_RUNTIME:BOOL=OFF
-Dprotobuf_MSVC_STATIC_RUNTIME:BOOL=OFF
-Dprotobuf_BUILD_TESTS:BOOL=OFF
"SOURCE_SUBDIR cmake"
)
endif()