Skip to content

Commit

Permalink
Fix java bindings find_library
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 17, 2024
1 parent 41d7f4a commit 415fff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ find_package(JNI REQUIRED)
# You can set CMAKE_PREFIX_PATH manually for a custom TileDB-VCF location.
find_library(TILEDBVCF_LIBRARY
NAMES
tiledbvcf
tiledbvcf libtiledbvcf
PATH_SUFFIXES lib
)
find_path(TILEDBVCF_INCLUDE_DIR
NAMES
tiledbvcf/tiledbvcf.h
tiledbvcf.h
PATH_SUFFIXES include
)
include(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit 415fff8

Please sign in to comment.