From aa7290e8dc5c9d8073c150e5d351b21fa43847bb Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Sun, 21 Aug 2022 09:46:27 +0400 Subject: Build: Use imported target `Threads::Threads` instead of variable --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $ - ${CMAKE_THREAD_LIBS_INIT} + Threads::Threads ) # Check if we can build the Mach-O parser. -- cgit v0.12