We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e8f82 commit c723ed1Copy full SHA for c723ed1
CMakeLists.txt
@@ -210,6 +210,8 @@ ENDIF()
210
SET(CPACK_PACKAGE_VENDOR "MariaDB Corporation Ab")
211
SET(CPACK_PACKAGE_DESCRIPTION "MariaDB Connector/C. A library for connecting to MariaDB and MySQL servers")
212
SET(CPACK_PACKAGE_NAME "mariadb_connector_c")
213
+STRING(TOLOWER ${CMAKE_SYSTEM_NAME} system_name)
214
+SET(CPACK_PACKAGE_FILE_NAME "mariadb-connector-c-${CPACK_PACKAGE_VERSION}-${system_name}-${CMAKE_SYSTEM_PROCESSOR}")
215
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING.LIB")
216
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
217
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-src")
0 commit comments