xref: /aosp_15_r20/external/protobuf/cmake/protobuf-options.cmake (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1# Verbose output
2option(protobuf_VERBOSE "Enable for verbose output" OFF)
3mark_as_advanced(protobuf_VERBOSE)
4
5# FindProtobuf module compatible
6option(protobuf_MODULE_COMPATIBLE "CMake built-in FindProtobuf.cmake module compatible" OFF)
7mark_as_advanced(protobuf_MODULE_COMPATIBLE)
8