mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Build: Sort linked libraries list of CMakeLib
This commit is contained in:
@@ -752,13 +752,13 @@ target_link_libraries(
|
||||
cmsys
|
||||
CURL::libcurl
|
||||
EXPAT::EXPAT
|
||||
LibArchive::LibArchive
|
||||
ZLIB::ZLIB
|
||||
JsonCpp::JsonCpp
|
||||
LibUV::LibUV
|
||||
LibRHash::LibRHash
|
||||
$<TARGET_NAME_IF_EXISTS:kwiml::kwiml>
|
||||
LibArchive::LibArchive
|
||||
LibRHash::LibRHash
|
||||
LibUV::LibUV
|
||||
Threads::Threads
|
||||
ZLIB::ZLIB
|
||||
)
|
||||
|
||||
# Check if we can build the Mach-O parser.
|
||||
|
||||
Reference in New Issue
Block a user