Skip to content

Commit

Permalink
rebase and retry
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Sep 12, 2024
1 parent fd0ec53 commit 555d1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libtiledbsoma/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ option(TILEDB_GCS "Enables GCS Storage support using google-cloud-cpp" OFF)
option(TILEDB_HDFS "Enables HDFS support using the official Hadoop JNI bindings" OFF)
option(TILEDB_WERROR "Enables the -Werror flag during compilation." OFF)
option(TILEDB_SERIALIZATION "If true, enables building with support for query serialization" ON)
option(TILEDB_REMOVE_DEPRECATIONS "If true, do not build deprecated APIs." ON)
option(TILEDB_VERBOSE "If true, sets default logging to verbose for TileDB" OFF)
option(OVERRIDE_INSTALL_PREFIX "Ignores the setting of CMAKE_INSTALL_PREFIX and sets a default prefix" ON)
option(ENABLE_ARROW_EXPORT "Installs an extra header for exporting in-memory results with Apache Arrow" ON)
Expand Down
2 changes: 1 addition & 1 deletion libtiledbsoma/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ add_library(TILEDB_SOMA_OBJECTS OBJECT

target_compile_definitions(TILEDB_SOMA_OBJECTS
PRIVATE
-DTILEDB_REMOVE_DEPRECATIONS
)

target_compile_options(TILEDB_SOMA_OBJECTS
PRIVATE
${TILEDBSOMA_COMPILE_OPTIONS}
${TILEDBSOMA_WERROR_OPTION}
${TILEDBSOMA_SANITIZER_OPTIONS}
-DTILEDB_REMOVE_DEPRECATIONS
)

set_property(TARGET TILEDB_SOMA_OBJECTS PROPERTY POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 555d1c0

Please sign in to comment.