protobuf-options.cmake 281 B

1234567
  1. # Verbose output
  2. option(protobuf_VERBOSE "Enable for verbose output" OFF)
  3. mark_as_advanced(protobuf_VERBOSE)
  4. # FindProtobuf module compatible
  5. option(protobuf_MODULE_COMPATIBLE "CMake built-in FindProtobuf.cmake module compatible" OFF)
  6. mark_as_advanced(protobuf_MODULE_COMPATIBLE)