Description
A TODO was identified in PR #1479 to replace all occurrences of the zstd_TARGET variable with direct usage of the zstd::libzstd target.
Context
In PR #1479, the CMake configuration was updated to always set zstd_TARGET to zstd::libzstd (removing the conditional logic for static vs shared). As a follow-up, all usages of the zstd_TARGET variable should be replaced with direct references to zstd::libzstd to simplify the codebase.
References
Description
A TODO was identified in PR #1479 to replace all occurrences of the
zstd_TARGETvariable with direct usage of thezstd::libzstdtarget.Context
In PR #1479, the CMake configuration was updated to always set
zstd_TARGETtozstd::libzstd(removing the conditional logic for static vs shared). As a follow-up, all usages of thezstd_TARGETvariable should be replaced with direct references tozstd::libzstdto simplify the codebase.References