Skip to content

Commit

Permalink
Re-enable submodule check for rapidjson external lib
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Sep 11, 2023
1 parent 244513f commit 5d09fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5d09fbb

Please sign in to comment.