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)
121121 )
122122endif ()
123123
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+
135129
136130# Set rpath to be relative to the .so.
137131if (APPLE )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TILEDB_VERBOSE=ON
44TILEDB_S3 =ON
55TILEDB_AZURE =OFF
66TILEDB_HDFS =OFF
7- TILEDB_SERIALIZATION =OFF
7+ TILEDB_SERIALIZATION =ON
88FORCE_BUILD_TILEDB =OFF
99DOWNLOAD_TILEDB_PREBUILT =ON
1010TILEDB_SKIP_S3AWSSDK_DIR_LENGTH_CHECK =ON
You can’t perform that action at this time.
0 commit comments