Arseny Kapoulkine
|
06868c8f57
|
Don't define pugixml import target if it already exists
This fixes duplicate target definition errors when find_package(pugixml)
is called twice in a build.
Fixes #393.
|
2020-12-22 08:15:11 -08:00 |
|
Arseny Kapoulkine
|
e2bc4f4af2
|
Fix compatibility issue with CMake 3.10
target_link_libraries/INTERFACE doesn't seem to work on CMake 3.10, but
directly setting the property does work.
Fixes #390.
|
2020-12-18 09:07:44 -08:00 |
|
Ben Boeckel
|
4feab60bb7
|
cmake: avoid ALIAS target
This is not allowed on IMPORTED targets.
|
2020-12-10 12:02:01 -05:00 |
|
Ben Boeckel
|
5063e87499
|
cmake: provide a compatibility target for users
For users using older pugixml releases, add an ALIAS target which works
with the new versions too.
|
2020-12-02 17:16:47 -05:00 |
|
Isabella Muerte
|
8a0aac18ea
|
Update check command to output text on failure
Move pugixml-config.cmake.in to scripts/ to prevent polluting the root
|
2019-09-30 22:00:04 -07:00 |
|