diff options
author | Dr. Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com> | 2020-11-12 03:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 20:05:58 -0600 |
commit | b9f20c2351a4a49ef3a0d7e04ae036ca8921e9cd (patch) | |
tree | f9284732fef620ad4b62b6f0e56756f1da285dd3 /lib | |
parent | 33469414a5c00bbb7f9c9cd07a7d68d3937855a3 (diff) | |
download | spack-b9f20c2351a4a49ef3a0d7e04ae036ca8921e9cd.tar.gz spack-b9f20c2351a4a49ef3a0d7e04ae036ca8921e9cd.tar.bz2 spack-b9f20c2351a4a49ef3a0d7e04ae036ca8921e9cd.tar.xz spack-b9f20c2351a4a49ef3a0d7e04ae036ca8921e9cd.zip |
yaml-cpp: Improve shared library building (#19866)
* No version of yaml-cpp in spack can build shared AND
static libraries at the same time. So drop the "static"
variant and let "shared" handle that alone.
Or in other words: No version handles the
BUILD_STATIC_LIBS flag.
* The flag for building shared libraries changed from
BUILD_SHARED_LIBS to YAML_BUILD_SHARED_LIBS at some
point. So just pass both flags.
* Use the newer define_from_variant.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions