Skip to content

Commit

Permalink
fix test compile issue without hdf5 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Pesout committed Mar 24, 2022
1 parent 48777bd commit f818556
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ execute_process(
set(MARGIN_VERSION_MAJOR 2)
set(MARGIN_VERSION_MINOR 3)
#set(MARGIN_VERSION_COMMIT dev-${GIT_COMMIT_HASH})
set(MARGIN_VERSION_COMMIT 0)
set(MARGIN_VERSION_COMMIT 1)
configure_file(
"${PROJECT_SOURCE_DIR}/inc/marginVersion.h.in"
"${PROJECT_SOURCE_DIR}/inc/marginVersion.h"
Expand Down Expand Up @@ -406,6 +406,8 @@ else ()
tests/stRPHmmTest.c
tests/viewTest.c
tests/stitchingTest.c
tests/vcfTest.c)
tests/vcfTest.c
tests/lpcTest.c
)
endif ()
target_link_libraries(allTests marginLib)

0 comments on commit f818556

Please sign in to comment.