2016-07-13 20:47:51 +00:00
|
|
|
# Verbose output
|
|
|
|
option(protobuf_VERBOSE "Enable for verbose output" OFF)
|
|
|
|
mark_as_advanced(protobuf_VERBOSE)
|
|
|
|
|
2020-08-10 18:08:25 +00:00
|
|
|
# FindProtobuf module compatible
|
|
|
|
option(protobuf_MODULE_COMPATIBLE "CMake built-in FindProtobuf.cmake module compatible" OFF)
|
2016-07-13 20:47:51 +00:00
|
|
|
mark_as_advanced(protobuf_MODULE_COMPATIBLE)
|