diff options
author | Benjamin Buch <bebuch@users.noreply.github.com> | 2023-06-06 15:32:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 21:32:45 +0800 |
commit | 0d94ba69220d894d2a86081821d2d7a89df5a10b (patch) | |
tree | bbd70c2a038b64a647f76d63c4219fc9b7b420ac /.gitignore | |
parent | Translations: Update the Esperanto translation. (diff) | |
download | xz-0d94ba69220d894d2a86081821d2d7a89df5a10b.tar.xz |
CMake: Protects against double find_package
Boost iostream uses `find_package` in quiet mode and then again uses
`find_package` with required. This second call triggers a
`add_library cannot create imported target "ZLIB::ZLIB" because another
target with the same name already exists.`
This can simply be fixed by skipping the alias part on secondary
`find_package` runs.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions