summaryrefslogtreecommitdiff
path: root/cmake/protobuf-options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/protobuf-options.cmake')
-rw-r--r--cmake/protobuf-options.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/protobuf-options.cmake b/cmake/protobuf-options.cmake
new file mode 100644
index 00000000..99c85ebe
--- /dev/null
+++ b/cmake/protobuf-options.cmake
@@ -0,0 +1,7 @@
+# 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)