mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Build: Use imported target Threads::Threads instead of variable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user