Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Dec 24, 2024
1 parent a7b663f commit b4cb620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/FindRapidJSON.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ find_path(RapidJSON_INCLUDE_DIR rapidjson/rapidjson.h HINTS ${CMAKE_SOURCE_DIR}/

find_package_handle_standard_args(RapidJSON DEFAULT_MSG RapidJSON_INCLUDE_DIR)

message(STATUS "f=${RapidJSON_FOUND} - i=${RapidJSON_INCLUDE_DIR}")

if (RapidJSON_FOUND)
add_library(RapidJSON::RapidJSON INTERFACE IMPORTED)
set_target_properties(RapidJSON::RapidJSON PROPERTIES
Expand Down

0 comments on commit b4cb620

Please sign in to comment.