diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-16 05:11:14 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-16 05:11:14 +0400 |
commit | fdc13ecc7e265ae90fe57bc434dc10895063ff1f (patch) | |
tree | 860583ec06eee7ea608bf7b91e149319aaae23bd | |
parent | 37236794304626096684f020e5f2f02d12cb4488 (diff) | |
download | kit-fdc13ecc7e265ae90fe57bc434dc10895063ff1f.zip |
fix package dependencies
-rw-r--r-- | config.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.cmake.in b/config.cmake.in index d25e403..7909293 100644 --- a/config.cmake.in +++ b/config.cmake.in @@ -1,3 +1,6 @@ @PACKAGE_INIT@ +include(CMakeFindDependencyMacro) +find_dependency(Threads) + include("${CMAKE_CURRENT_LIST_DIR}/@KIT_TARGETS@.cmake") |