From 47710c3050465391195aba84846038ca7f8d97e0 Mon Sep 17 00:00:00 2001 From: oan Date: Fri, 19 Jan 2024 10:15:58 +0000 Subject: [PATCH] Enable Rapidjson --- adm/scripts/cmake_custom.bat | 2 +- adm/scripts/cmake_custom.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/scripts/cmake_custom.bat b/adm/scripts/cmake_custom.bat index 4b9a9d843b..9184ea1ad8 100644 --- a/adm/scripts/cmake_custom.bat +++ b/adm/scripts/cmake_custom.bat @@ -44,7 +44,7 @@ rem set USE_D3D=OFF rem set USE_FFMPEG=OFF set USE_FREEIMAGE=ON rem set USE_GLES2=OFF -rem set USE_RAPIDJSON=OFF +set USE_RAPIDJSON=ON rem set USE_DRACO=OFF rem set USE_TBB=OFF rem set USE_VTK=OFF diff --git a/adm/scripts/cmake_custom.sh b/adm/scripts/cmake_custom.sh index 49e4c6d330..8be3385744 100644 --- a/adm/scripts/cmake_custom.sh +++ b/adm/scripts/cmake_custom.sh @@ -36,7 +36,7 @@ BUILD_CPP_STANDARD=C++14 #USE_FFMPEG=OFF USE_FREEIMAGE=ON #USE_GLES2=OFF -#USE_RAPIDJSON=OFF +USE_RAPIDJSON=ON #USE_DRACO=OFF #USE_TBB=OFF #USE_VTK=OFF