feat remove protoc
Some checks failed
linux-arm-gcc / linux-gcc-armhf (push) Failing after 4m35s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 4m42s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 4m49s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Failing after 5m16s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 6m9s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Failing after 6m55s

This commit is contained in:
tqcq 2024-05-31 12:36:21 +08:00
parent 09dfc35e79
commit 778d24b8de

View File

@ -18,7 +18,7 @@ option(SLED_BUILD_TESTS "Build tests" OFF)
option(SLED_BUILD_FUZZ "Build fuzzer test" OFF) option(SLED_BUILD_FUZZ "Build fuzzer test" OFF)
option(SLED_LOCATION_PATH "" "sled/src/sled/system/location.cc") option(SLED_LOCATION_PATH "" "sled/src/sled/system/location.cc")
option(SLED_BUILD_PROTOC_PLUGIN "Build protoc plugin" OFF) option(SLED_BUILD_PROTOC_PLUGIN "Build protoc plugin" OFF)
option(SLED_WITH_PROTOBUF "With Protobuf" ON) option(SLED_WITH_PROTOBUF "With Protobuf" OFF)
set(BUILD_STATIC ON) set(BUILD_STATIC ON)
set(BUILD_RTTR_DYNAMIC OFF) set(BUILD_RTTR_DYNAMIC OFF)