Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 30, 2024
2 parents d89bea3 + 27f061f commit 9d83be6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libtiledbsoma/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ else()
LOG_INSTALL FALSE
)
else() # Build from source

message(STATUS "XXXXXXXXXXXXXXXXXXXX1")
message(STATUS "Found TileDB: ${TILEDB_LIB}")
message(STATUS "TILEDB_REMOVE_DEPRECATIONS: ${TILEDB_REMOVE_DEPRECATIONS}")
message(STATUS "XXXXXXXXXXXXXXXXXXXX2")

ExternalProject_Add(ep_tiledb
PREFIX "externals"
URL "https://github.com/TileDB-Inc/TileDB/archive/2.25.0.zip"
Expand Down

0 comments on commit 9d83be6

Please sign in to comment.