blob: c2a961fdb029b90e85b67071ba3299c1e9677852 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/cmake/FindLibKS.cmake
2+++ b/cmake/FindLibKS.cmake
3@@ -19,7 +19,7 @@ if (NOT TARGET ks)
4 endif()
5
6 # From here we can bootstrap into cmake stuff
7- set(LIBKS_CMAKE_DIR ${LIBKS_INCLUDE_DIRS}/cmake)
8+ set(LIBKS_CMAKE_DIR ${LIBKS_LIBRARY_DIRS}/cmake/libks)
9
10 # Load ks utils for our build macros
11 include(${LIBKS_CMAKE_DIR}/ksutil.cmake)