diff options
author | Etienne Guesnet <etienne.guesnet.external@atos.net> | 2020-01-31 14:37:44 +0100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-12-16 08:07:04 +1100 |
commit | 2f5d372444cff53914cfcd118e92a91f575cec35 (patch) | |
tree | 8a9e82016a1c4f564f1dc44ff74280af9c8ac5be /cmake/build_configurations | |
parent | ee69c153d9a20675dcfb368ab52b7a63d15f112d (diff) | |
download | mariadb-git-2f5d372444cff53914cfcd118e92a91f575cec35.tar.gz |
Add build on AIX
Diffstat (limited to 'cmake/build_configurations')
-rw-r--r-- | cmake/build_configurations/mysql_release.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index 9caaed7f990..ee8d00bc664 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -89,6 +89,10 @@ IF(WIN32) SET(INSTALL_MYSQLTESTDIR "" CACHE STRING "") SET(INSTALL_SQLBENCHDIR "" CACHE STRING "") SET(INSTALL_SUPPORTFILESDIR "" CACHE STRING "") +ELSEIF(CMAKE_SYSTEM_NAME MATCHES "AIX") + # AIX freesource is RPM, but different than Linux RPM + SET(WITH_SSL system CACHE STRING "") + SET(WITH_ZLIB system CACHE STRING "") ELSEIF(RPM) SET(WITH_SSL system CACHE STRING "") SET(WITH_ZLIB system CACHE STRING "") |