summaryrefslogtreecommitdiff
path: root/hiredict-config.cmake.in
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-23 01:21:46 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-23 01:21:46 +0100
commitbb3475e8eb379ee18f3d8f37caa8040b852a6213 (patch)
tree89975f1c23814a7ab5e16f5c7887f55f1888a27a /hiredict-config.cmake.in
parentaee72918851db8af296e096b759dfb7aaea17968 (diff)
all: rename redis -> redict symbols and commentsmaster
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'hiredict-config.cmake.in')
-rw-r--r--hiredict-config.cmake.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/hiredict-config.cmake.in b/hiredict-config.cmake.in
index 0339858..ff170b1 100644
--- a/hiredict-config.cmake.in
+++ b/hiredict-config.cmake.in
@@ -1,13 +1,13 @@
@PACKAGE_INIT@
-set_and_check(hiredis_INCLUDEDIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
+set_and_check(hiredict_INCLUDEDIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
-IF (NOT TARGET hiredis::@hiredis_export_name@)
- INCLUDE(${CMAKE_CURRENT_LIST_DIR}/hiredis-targets.cmake)
+IF (NOT TARGET hiredict::@hiredict_export_name@)
+ INCLUDE(${CMAKE_CURRENT_LIST_DIR}/hiredict-targets.cmake)
ENDIF()
-SET(hiredis_LIBRARIES hiredis::@hiredis_export_name@)
-SET(hiredis_INCLUDE_DIRS ${hiredis_INCLUDEDIR})
+SET(hiredict_LIBRARIES hiredict::@hiredict_export_name@)
+SET(hiredict_INCLUDE_DIRS ${hiredict_INCLUDEDIR})
-check_required_components(hiredis)
+check_required_components(hiredict)