aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/modules/FindRapidJSON.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/modules/FindRapidJSON.cmake b/cmake/modules/FindRapidJSON.cmake
index 5f6b290879..ace4356b0f 100644
--- a/cmake/modules/FindRapidJSON.cmake
+++ b/cmake/modules/FindRapidJSON.cmake
@@ -3,10 +3,9 @@
# -----------
# Finds the RapidJSON library
#
-# This will define the following variables::
+# This will define the following target:
#
-# RapidJSON_FOUND - system has RapidJSON parser
-# RapidJSON_INCLUDE_DIRS - the RapidJSON parser include directory
+# RapidJSON::RapidJSON - The RapidJSON library
#
if(NOT TARGET RapidJSON::RapidJSON)