]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/compressor/zstd/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / compressor / zstd / CMakeLists.txt
index a5ebdaf538109a35ac0a45e0a3b999e6ec1286b4..b53b0d9444824ee13beb8f0444c18b16a4250038 100644 (file)
@@ -28,7 +28,7 @@ set(zstd_sources
 )
 
 add_library(ceph_zstd SHARED ${zstd_sources})
-target_link_libraries(ceph_zstd PRIVATE zstd)
+target_link_libraries(ceph_zstd PRIVATE zstd $<$<PLATFORM_ID:Windows>:ceph-common>)
 set_target_properties(ceph_zstd PROPERTIES
   VERSION 2.0.0
   SOVERSION 2