Skip to content

Commit fec9777

Browse files
authored
fix bug in CMakeLists (#3514)
1 parent 87e3428 commit fec9777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if(ENABLE_RAPIDJSON)
5252
GIT_PROGRESS TRUE
5353
)
5454
FetchContent_MakeAvailable(rapidjson)
55+
set(RapidJSON_INCLUDE_PATH "${CMAKE_CURRENT_BINARY_DIR}/_deps/rapidjson-src/include/")
5556
endif()
5657
add_compile_definitions(__RAPIDJSON)
5758
include_directories(${RapidJSON_INCLUDE_PATH})

0 commit comments

Comments
 (0)