diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake')
| -rw-r--r-- | Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake b/Software/External Repositories/Protobuf/solution/cmake/protobuf-options.cmake new file mode 100644 index 000000000..47fb15825 --- /dev/null +++ b/Software/External Repositories/Protobuf/solution/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) |
