Use the static library alias provided by piguxml config
This commit is contained in:
parent
a0b221f103
commit
410ee18a5c
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
if(NOT TARGET pugixml-static)
|
||||
if(NOT TARGET pugixml::static)
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
|
|
|
@ -12,7 +12,7 @@ target_link_libraries(Kanimaji
|
|||
KVGToolsCommon
|
||||
|
||||
PRIVATE
|
||||
pugixml-static
|
||||
pugixml::static
|
||||
)
|
||||
|
||||
target_include_directories(Kanimaji
|
||||
|
|
|
@ -17,7 +17,7 @@ target_link_libraries(Tablegen
|
|||
KVGToolsCommon
|
||||
|
||||
PRIVATE
|
||||
pugixml-static
|
||||
pugixml::static
|
||||
)
|
||||
|
||||
target_sources(Tablegen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue