mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Build: Fix duplicate libraries linker warning on macOS
This commit is contained in:
@@ -18,10 +18,8 @@ target_link_libraries(mmaps_generator
|
||||
PRIVATE
|
||||
trinity-core-interface
|
||||
PUBLIC
|
||||
common
|
||||
extractor_common
|
||||
Recast
|
||||
Detour
|
||||
zlib)
|
||||
|
||||
CollectIncludeDirectories(
|
||||
|
||||
@@ -19,9 +19,7 @@ target_link_libraries(vmap4assembler
|
||||
PRIVATE
|
||||
trinity-core-interface
|
||||
PUBLIC
|
||||
common
|
||||
casc
|
||||
zlib)
|
||||
common)
|
||||
|
||||
set_target_properties(vmap4assembler
|
||||
PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user