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 864df2a commit 7a21d0d
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 @@ -61,7 +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)
#add_subdirectory(${RapidJSON_SOURCE_DIR} EXCLUDE_FROM_ALL)
endif()

# header..
Expand Down

0 comments on commit 7a21d0d

Please sign in to comment.