aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/cmake/protobuf-options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/cmake/protobuf-options.cmake')
-rw-r--r--third_party/protobuf/cmake/protobuf-options.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/protobuf/cmake/protobuf-options.cmake b/third_party/protobuf/cmake/protobuf-options.cmake
deleted file mode 100644
index 47fb158257..0000000000
--- a/third_party/protobuf/cmake/protobuf-options.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-# Verbose output
-option(protobuf_VERBOSE "Enable for verbose output" OFF)
-mark_as_advanced(protobuf_VERBOSE)
-
-# FindProtobuf module compatibel
-option(protobuf_MODULE_COMPATIBLE "CMake build-in FindProtobuf.cmake module compatible" OFF)
-mark_as_advanced(protobuf_MODULE_COMPATIBLE)