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 2b0b18d commit f7c8287Copy full SHA for f7c8287
cmake/external/protobuf.cmake
@@ -54,6 +54,7 @@ ExternalProject_Add(
54
CONFIGURE_COMMAND
55
${CMAKE_COMMAND} ${PROTOBUF_SOURCES_DIR}/src/protobuf/cmake
56
-Dprotobuf_BUILD_TESTS=OFF
57
+ -DZLIB_ROOT:FILEPATH=${ZLIB_ROOT}
58
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
59
-DCMAKE_BUILD_TYPE=Release
60
-DCMAKE_INSTALL_PREFIX=${PROTOBUF_INSTALL_DIR}
0 commit comments