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