Build: Use imported target Threads::Threads instead of variable

This commit is contained in:
Alex Turbov
2022-08-21 09:46:27 +04:00
committed by Brad King
parent df8ad72ffa
commit aa7290e8dc

View File

@@ -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.