summaryrefslogtreecommitdiff
path: root/hiredict-config.cmake.in
diff options
context:
space:
mode:
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)