Skip to content

Commit

Permalink
Fix a cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 25, 2021
1 parent 429127a commit 0ea713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindRapidJSON.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
find_path(RAPIDJSON_HEADER rapidjson/rapidjson.h)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(RAPIDJSON DEFAULT_MSG RAPIDJSON_HEADER)
find_package_handle_standard_args(RapidJSON DEFAULT_MSG RAPIDJSON_HEADER)

add_library(p::rapidjson INTERFACE IMPORTED)
set_property(TARGET p::rapidjson PROPERTY INTERFACE_INCLUDE_DIRECTORIES
Expand Down

0 comments on commit 0ea713c

Please sign in to comment.