Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Dec 24, 2024
1 parent b4cb620 commit cf9284a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if (BUILD_WITH_QTKEYCHAIN)
endif()
endif()

find_package(RapidJSON REQUIRED)
find_package(RapidJSON MODULE REQUIRED)

find_package(Websocketpp REQUIRED)

Expand Down
2 changes: 0 additions & 2 deletions cmake/FindRapidJSON.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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 cf9284a

Please sign in to comment.