--- a/cmake/FindLibKS.cmake | |
+++ b/cmake/FindLibKS.cmake | |
@@ -19,7 +19,7 @@ if (NOT TARGET ks) | |
endif() | |
# From here we can bootstrap into cmake stuff | |
- set(LIBKS_CMAKE_DIR ${LIBKS_INCLUDE_DIRS}/cmake) | |
+ set(LIBKS_CMAKE_DIR ${LIBKS_LIBRARY_DIRS}/cmake/libks) | |
# Load ks utils for our build macros | |
include(${LIBKS_CMAKE_DIR}/ksutil.cmake) |