diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-21 05:46:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-22 14:21:39 (GMT) |
commit | aa7290e8dc5c9d8073c150e5d351b21fa43847bb (patch) | |
tree | 5bb005f4763d35a68f8a921a7cb510b59610f216 /Source | |
parent | df8ad72ffa7c193638a7a086284bc455cccc5b5f (diff) | |
download | CMake-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.txt | 2 |
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. |