报错
Could NOT find ProtobufC (missing: PROTOBUFC_COMPILER PROTOBUFC_INCLUDE_DIR)CMake Error at CMakeLists.txt:73 (message): PROTOBUFC library/component/dependency could not be found. HINTS: - disable PROTOBUFC support by adding -DWITH_PROTOBUFC=0 - add the PROTOBUFC install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/PROTOBUFC-install-dir;/path/to/other/dirs"Call Stack (most recent call first): CMakeLists.txt:293 (report_optional_not_found)
如果要支持mvt类型则需要开启PROTOBUFC,设置-DWITH_PROTOBUFC=1