Skip to content

Commit

Permalink
system to rapidjson
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor743646 committed Oct 11, 2024
1 parent 191c897 commit 2d2309e
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 @@ -51,7 +51,7 @@ find_package(Threads REQUIRED)

# RapidJSON
if (WITH_RAPIDJSON)
include_directories(${WITH_RAPIDJSON}/include)
include_directories(SYSTEM ${WITH_RAPIDJSON}/include)
else ()
message(FATAL_ERROR "plase provide WITH_RAPIDJSON parameter with path to rapidjson library")
endif ()
Expand Down

0 comments on commit 2d2309e

Please sign in to comment.