From b647d588d1a4b69930488c1d3c2ddb8dd6b69b49 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Wed, 2 Aug 2023 16:43:09 +0800 Subject: [PATCH] ci cpp17 --- cmake/subdir.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/subdir.cmake b/cmake/subdir.cmake index bb3785289..234a25fcb 100644 --- a/cmake/subdir.cmake +++ b/cmake/subdir.cmake @@ -12,6 +12,9 @@ endforeach() if (NOT ENABLE_CPP_20) Set(BUILD_STRUCT_PACK ON) + Set(BUILD_STRUCT_JSON ON) + Set(BUILD_STRUCT_XML ON) + Set(BUILD_STRUCT_YAML ON) endif() foreach(child ${children})