aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2023-09-10 15:41:46 +1000
committerfuzzard <fuzzard@kodi.tv>2023-09-11 14:03:54 +1000
commit78137d61168f0a8476392ce553ba61daa3a06d8c (patch)
tree4d30154ebeac4e8d15f23e819f487abbfaab0367
parentb9202156b8d1ad6f484bdb4e60d164ecf5c740ef (diff)
[cmake] FindRapidJSON update comment to match output
-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)