File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -377,18 +377,8 @@ if(NOT TARGET Blosc::blosc)
377377 INTERFACE_LINK_DIRECTORIES
378378 "\$ <\$ <CONFIG:Release>:${Blosc_RELEASE_LIBRARY_DIRS} >;\$ <\$ <CONFIG:Debug>:${Blosc_DEBUG_LIBRARY_DIRS} >" )
379379 target_link_libraries (Blosc::blosc INTERFACE
380- $<$<CONFIG:Release>:lz4;snappy;zlib>
381- $<$<CONFIG:Debug>:lz4d;snappyd;zlibd>)
382-
383- if (BLOSC_USE_STATIC_LIBS)
384- target_link_libraries (Blosc::blosc INTERFACE
385- $<$<CONFIG:Release>:zstd_static>
386- $<$<CONFIG:Debug>:zstd_staticd>)
387- else ()
388- target_link_libraries (Blosc::blosc INTERFACE
389- $<$<CONFIG:Release>:zstd>
390- $<$<CONFIG:Debug>:zstdd>)
391- endif ()
380+ $<$<CONFIG:Release>:lz4;snappy;zlib;zstd>
381+ $<$<CONFIG:Debug>:lz4d;snappyd;zlibd;zstd>)
392382 endif ()
393383endif ()
394384
You can’t perform that action at this time.
0 commit comments