We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2105d3 commit c2a59d9Copy full SHA for c2a59d9
CMakeLists.txt
@@ -121,17 +121,11 @@ if (WIN32)
121
)
122
endif()
123
124
-if (TARGET TileDB::tiledb_static)
125
- target_link_libraries(tiledbjni
126
- PRIVATE
127
- TileDB::tiledb_static
128
- )
129
-else()
130
131
132
- TileDB::tiledb_shared
133
134
-endif()
+target_link_libraries(tiledbjni
+PRIVATE
+ TileDB::tiledb_shared
+)
+
135
136
# Set rpath to be relative to the .so.
137
if (APPLE)
gradle.properties
@@ -4,7 +4,7 @@ TILEDB_VERBOSE=ON
4
TILEDB_S3=ON
5
TILEDB_AZURE=OFF
6
TILEDB_HDFS=OFF
7
-TILEDB_SERIALIZATION=OFF
+TILEDB_SERIALIZATION=ON
8
FORCE_BUILD_TILEDB=OFF
9
DOWNLOAD_TILEDB_PREBUILT=ON
10
TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK=ON
0 commit comments