Files
MINGW-packages/mingw-w64-tiledb/002-enable-soversion.patch
مهدي شينون (Mehdi Chinoune) 92d974128c tiledb: update to 2.23.0
2024-05-18 08:01:36 +01:00

12 lines
284 B
Diff

--- a/tiledb/CMakeLists.txt
+++ b/tiledb/CMakeLists.txt
@@ -862,7 +862,7 @@
)
endif()
-if (TILEDB_VERSION AND CMAKE_SYSTEM_NAME MATCHES "Linux")
+if (NOT MSVC)
set_target_properties(tiledb
PROPERTIES
SOVERSION "${TILEDB_VERSION_MAJOR}.${TILEDB_VERSION_MINOR}")