summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-03-19 16:26:33 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-03-19 16:26:33 +0100
commit7107d01282650b99f0ffa793bed13fe9d00244b8 (patch)
tree59fa30c5229fb652be4883fc67bf88d36f28ef45 /cmake
parent423daa45ca20f85d30e198725cdb6485a3fb7144 (diff)
downloadmariadb-git-7107d01282650b99f0ffa793bed13fe9d00244b8.tar.gz
Fix syntax.
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/install_layout.cmake1
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()