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 83f4e9e commit 391c274Copy full SHA for 391c274
cmake/external/protobuf.cmake
@@ -212,6 +212,7 @@ FUNCTION(build_protobuf TARGET_NAME BUILD_FOR_HOST)
212
${CMAKE_COMMAND} ${PROTOBUF_SOURCES_DIR}/src/${TARGET_NAME}/cmake
213
${OPTIONAL_ARGS}
214
-Dprotobuf_BUILD_TESTS=OFF
215
+ -DCMAKE_SKIP_RPATH=ON
216
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
217
-DCMAKE_BUILD_TYPE=${THIRD_PARTY_BUILD_TYPE}
218
-DCMAKE_INSTALL_PREFIX=${PROTOBUF_INSTALL_DIR}
0 commit comments