aboutsummaryrefslogtreecommitdiff
path: root/modules/FindAkode.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindAkode.cmake')
-rw-r--r--modules/FindAkode.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindAkode.cmake b/modules/FindAkode.cmake
index 9e66eb36..9df503cc 100644
--- a/modules/FindAkode.cmake
+++ b/modules/FindAkode.cmake
@@ -34,8 +34,8 @@ ELSE (AKODE_LIBRARIES AND AKODE_INCLUDE_DIR)
ENDIF (AKODE_LIBRARIES AND AKODE_INCLUDE_DIR)
# ensure that they are cached
- set(AKODE_INCLUDE_DIR ${AKODE_INCLUDE_DIR} CACHE INTERNAL "The akode include path")
- set(AKODE_LIBRARIES ${AKODE_LIBRARIES} CACHE INTERNAL "The libraries needed to use libraries")
+ set(AKODE_INCLUDE_DIR ${AKODE_INCLUDE_DIR})
+ set(AKODE_LIBRARIES ${AKODE_LIBRARIES})
ENDIF (AKODECONFIG_EXECUTABLE)
IF(AKODE_FOUND)