1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-29 00:20:40 -04:00
ports/archivers/vbz-compression/files/patch-vbz_CMakeLists.txt
Jason W. Bacon 35f24e09c6 archivers/vbz-compression: Compression for Oxford Nanopore signal data
VBZ Compression uses variable byte integer encoding to compress Oxford
Nanopore signal data.
2021-08-12 20:50:35 -05:00

15 lines
506 B
Text

--- vbz/CMakeLists.txt.orig 2020-06-19 15:45:38 UTC
+++ vbz/CMakeLists.txt
@@ -25,12 +25,6 @@ target_include_directories(vbz
${STREAMVBYTE_INSTALL_DIR}/include
)
-# This explicit dependency is required to make sure the header files are installed into the right
-# location before we try building against them.
-add_dependencies(vbz
- streamvbyte
-)
-
if (WIN32 OR APPLE OR "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64")
if(NOT MSVC)
target_compile_options(vbz PRIVATE -mssse3)