# #protobuf # #Google Protocol Buffers # ExternalProject_Add ( protobuf PREFIX ${CMAKE_INSTALL_PREFIX} URL https://github.com/google/protobuf/archive/v3.1.0.zip DOWNLOAD_NAME protobuf-3.1.0.zip URL_MD5 04123cc6d9ce7e8eaa8bca826bba4f1b SOURCE_SUBDIR cmake CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} -Dprotobuf_MSVC_STATIC_RUNTIME:BOOL=OFF -Dprotobuf_BUILD_TESTS:BOOL=OFF )