From e6fb5a1febde8a30e578f08e04887c6e4e5511b4 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Sun, 21 Aug 2022 09:52:41 +0400 Subject: Build: Sort linked libraries list of `CMakeLib` --- Source/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index e4286b9..fe04641 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -752,13 +752,13 @@ target_link_libraries( cmsys CURL::libcurl EXPAT::EXPAT - LibArchive::LibArchive - ZLIB::ZLIB JsonCpp::JsonCpp - LibUV::LibUV - LibRHash::LibRHash $ + LibArchive::LibArchive + LibRHash::LibRHash + LibUV::LibUV Threads::Threads + ZLIB::ZLIB ) # Check if we can build the Mach-O parser. -- cgit v0.12