Skip to content

Commit

Permalink
Make it possible to build protobuf as a shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
willyd committed Feb 16, 2017
1 parent 1129bc6 commit 30cb9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(${PROJECT_NAME_UPPER}_CMAKE_ARGS
-Dprotobuf_WITH_ZLIB=OFF
-Dprotobuf_MSVC_STATIC_RUNTIME=OFF
-Dprotobuf_BUILD_TESTS=OFF
-Dprotobuf_BUILD_SHARED_LIBS=OFF
-Dprotobuf_BUILD_SHARED_LIBS=${${PROJECT_NAME_UPPER}_BUILD_SHARED_LIBS}
# -DZLIB_INCLUDE_DIR=${ZLIB_INCLUDE_DIR}
# -DZLIB_LIBRARY_RELEASE=${ZLIB_LIBRARY_RELEASE}
# -DZLIB_LIBRARY_DEBUG=${ZLIB_LIBRARY_DEBUG}
Expand Down

0 comments on commit 30cb9e7

Please sign in to comment.