Source release 14.1.0
This commit is contained in:
7
third_party/protobuf/cmake/protobuf-options.cmake
vendored
Normal file
7
third_party/protobuf/cmake/protobuf-options.cmake
vendored
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user