From 5d09fbb8057febe73498527a0f9639c7985eb6f9 Mon Sep 17 00:00:00 2001 From: who-biz <37732338+who-biz@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:04:58 +0000 Subject: [PATCH] Re-enable submodule check for rapidjson external lib --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0885e48..0b4ddc53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,7 +201,7 @@ if(NOT MANUAL_SUBMODULES) endfunction () message(STATUS "Checking submodules") -# check_submodule(external/rapidjson) + check_submodule(external/rapidjson) # check_submodule(external/libhydrogen) # check_submodule(external/libbtc) endif()