diff options
author | Mark Janes <mark.a.janes@intel.com> | 2016-10-14 17:37:58 -0700 |
---|---|---|
committer | Mark Janes <mark.a.janes@intel.com> | 2017-06-19 14:04:49 -0700 |
commit | ec66aea1749a84385bb0aa5b2dd5ee2b8ab3d366 (patch) | |
tree | ec51bd8913ee84e7ba4a6a1638a63d50e3e413a7 /thirdparty | |
parent | 06941c6dcdf0d9da80e3e31ba6708054583f9bfc (diff) |
Build and link against internal protocol buffers sources
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/protobuf/cmake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/protobuf/cmake/CMakeLists.txt b/thirdparty/protobuf/cmake/CMakeLists.txt index be984bd3..06b47f77 100644 --- a/thirdparty/protobuf/cmake/CMakeLists.txt +++ b/thirdparty/protobuf/cmake/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_policy(SET CMP0022 NEW) project(protobuf C CXX) # Options -option(protobuf_BUILD_TESTS "Build tests" ON) +option(protobuf_BUILD_TESTS "Build tests" OFF) option(protobuf_BUILD_EXAMPLES "Build examples" OFF) if (BUILD_SHARED_LIBS) set(protobuf_BUILD_SHARED_LIBS_DEFAULT ON) |