From 563da882d3b3626379e49a213dd6a0e67c58d4be Mon Sep 17 00:00:00 2001 From: qicosmos Date: Thu, 23 May 2024 13:55:51 +0800 Subject: [PATCH] option --- cmake/subdir.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/subdir.cmake b/cmake/subdir.cmake index 448f46de1..0e5645cb6 100644 --- a/cmake/subdir.cmake +++ b/cmake/subdir.cmake @@ -17,7 +17,7 @@ if (NOT ENABLE_CPP_20) Set(BUILD_STRUCT_JSON ON) Set(BUILD_STRUCT_XML ON) Set(BUILD_STRUCT_YAML ON) - Set(BUILD_STRUCT_PB ON) + Set(BUILD_STRUCT_PB OFF) endif() foreach(child ${children})