]> git.ipfire.org Git - thirdparty/zstd.git/commit
Make `zstd::libzstd` an imported interface target.
authorTheodore Tsirpanis <theodore.tsirpanis@tiledb.com>
Tue, 19 Dec 2023 13:06:03 +0000 (15:06 +0200)
committerTheodore Tsirpanis <theodore.tsirpanis@tiledb.com>
Tue, 19 Dec 2023 15:04:09 +0000 (17:04 +0200)
commit475da4fb2e2aef102edecba04278b38fce44fb81
tree27787add481c647b4ea048fb150683ebb65b763e
parentc53d650d9a047ab12b2c7e5808878aff37d3cfc5
Make `zstd::libzstd` an imported interface target.
It cannot be an alias, because it would lock the package to use either static or shared libraries at its build time. We want to decide this at the time `find_package` is called.
build/cmake/zstdConfig.cmake.in