diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-03-19 16:26:33 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-03-19 16:26:33 +0100 |
commit | 7107d01282650b99f0ffa793bed13fe9d00244b8 (patch) | |
tree | 59fa30c5229fb652be4883fc67bf88d36f28ef45 /cmake | |
parent | 423daa45ca20f85d30e198725cdb6485a3fb7144 (diff) | |
download | mariadb-git-7107d01282650b99f0ffa793bed13fe9d00244b8.tar.gz |
Fix syntax.
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/install_layout.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake index cd886a00c3a..6b873762ece 100755 --- a/cmake/install_layout.cmake +++ b/cmake/install_layout.cmake @@ -56,6 +56,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "STANDALONE") # XXX not keen on this, how many more will we need? prefer to just bail... IF(NOT INSTALL_LAYOUT MATCHES "SVR4") SET(INSTALL_LAYOUT "${DEFAULT_INSTALL_LAYOUT}") + ENDIF() ENDIF() ENDIF() |