Commit 8a3f6882 authored by Dmitry Gerasimov's avatar Dmitry Gerasimov

CMake: fix RapidJSON package search

parent 2ef937c4
......@@ -51,6 +51,7 @@ if (NOT RAPIDJSON_FOUND)
##____________________________________________________________________________
## Actions taken when all components have been found
include (FindPackageHandleStandardArgs)
find_package_handle_standard_args (RAPIDJSON DEFAULT_MSG RAPIDJSON_INCLUDES)
if (RAPIDJSON_FOUND)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment