Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Oct 13, 2023
1 parent 0c12485 commit d7a9c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ FetchContent_GetProperties(RapidJSON)
if(NOT RapidJSON_POPULATED)
FetchContent_Populate(RapidJSON)
set(gtest_build_test OFF CACHE BOOL "Enable gtest tests" FORCE)
add_subdirectory(${RapidJSON_SOURCE_DIR} EXCLUDE_FROM_ALL)
endif()

# header..
Expand Down

0 comments on commit d7a9c2e

Please sign in to comment.