File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -121,17 +121,11 @@ if (WIN32)
121
121
)
122
122
endif ()
123
123
124
- if (TARGET TileDB::tiledb_static )
125
- target_link_libraries (tiledbjni
126
- PRIVATE
127
- TileDB::tiledb_static
128
- )
129
- else ()
130
- target_link_libraries (tiledbjni
131
- PRIVATE
132
- TileDB::tiledb_shared
133
- )
134
- endif ()
124
+ target_link_libraries (tiledbjni
125
+ PRIVATE
126
+ TileDB::tiledb_shared
127
+ )
128
+
135
129
136
130
# Set rpath to be relative to the .so.
137
131
if (APPLE )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TILEDB_VERBOSE=ON
4
4
TILEDB_S3 =ON
5
5
TILEDB_AZURE =OFF
6
6
TILEDB_HDFS =OFF
7
- TILEDB_SERIALIZATION =OFF
7
+ TILEDB_SERIALIZATION =ON
8
8
FORCE_BUILD_TILEDB =OFF
9
9
DOWNLOAD_TILEDB_PREBUILT =ON
10
10
TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK =ON
You can’t perform that action at this time.
0 commit comments