diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2024-01-29 14:49:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 11:49:55 -0800 |
commit | ba45277640739fe1c24aede6241c16da19d73424 (patch) | |
tree | 4b55607ab4632e48acc15d9a8ad9a7c857d62a0b /.github | |
parent | f03ae39fd173c7d1b23d4b194ecaf65c4a0cd215 (diff) | |
download | spack-ba45277640739fe1c24aede6241c16da19d73424.tar.gz spack-ba45277640739fe1c24aede6241c16da19d73424.tar.bz2 spack-ba45277640739fe1c24aede6241c16da19d73424.tar.xz spack-ba45277640739fe1c24aede6241c16da19d73424.zip |
gl2ps package: build only one of shared/static on Windows (#36576)
gl2ps tries to build static and shared libs simultaneously with
the same target name on the generator side. This causes a name
clash issue for Ninja on Windows (where the extension is .lib
in both cases).
Add a variant on Windows to force building only one of shared
or static, and patch the CMake build to enable use of this
variant.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions