diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-01 20:47:19 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-01 20:47:19 +0200 |
commit | c7ed531ce6345997edfb602e1e177ed0e7f26991 (patch) | |
tree | 05e1b2633b46e8ea137e65b31d709aac12b5ddf9 /support-files | |
parent | 7cf98dc3c2c04fb2d257ad2bbdc67dd02c420934 (diff) | |
download | mariadb-git-c7ed531ce6345997edfb602e1e177ed0e7f26991.tar.gz |
Expand @HOSTNAME@.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt index 9cd373c6e9c..d748b4b195c 100644 --- a/support-files/CMakeLists.txt +++ b/support-files/CMakeLists.txt @@ -29,6 +29,7 @@ ELSE() SET(CXXFLAGS ${CMAKE_CXX_FLAGS}) SET(MYSQLD_USER "mysql") SET(ini_file_extension "cnf") + SET(HOSTNAME "hostname") ENDIF() # XXX: shouldn't we just have variables for all this stuff and centralise |