summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-21 05:46:27 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-22 14:21:39 (GMT)
commitaa7290e8dc5c9d8073c150e5d351b21fa43847bb (patch)
tree5bb005f4763d35a68f8a921a7cb510b59610f216 /Source
parentdf8ad72ffa7c193638a7a086284bc455cccc5b5f (diff)
downloadCMake-aa7290e8dc5c9d8073c150e5d351b21fa43847bb.zip
CMake-aa7290e8dc5c9d8073c150e5d351b21fa43847bb.tar.gz
CMake-aa7290e8dc5c9d8073c150e5d351b21fa43847bb.tar.bz2
Build: Use imported target `Threads::Threads` instead of variable
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index cea16ec..e4286b9 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -758,7 +758,7 @@ target_link_libraries(
LibUV::LibUV
LibRHash::LibRHash
$<TARGET_NAME_IF_EXISTS:kwiml::kwiml>
- ${CMAKE_THREAD_LIBS_INIT}
+ Threads::Threads
)
# Check if we can build the Mach-O parser.