summaryrefslogtreecommitdiff
path: root/databases/percona55-server/files/patch-sql_CMakeLists.txt
blob: e4d1b520c529e643205000db3bc0192fcc216e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- sql/CMakeLists.txt.orig	2010-12-23 17:31:28.000000000 +0100
+++ sql/CMakeLists.txt	2010-12-23 17:33:36.000000000 +0100
@@ -245,6 +245,7 @@
 
 IF(INSTALL_LAYOUT STREQUAL "STANDALONE")
 
+IF(FALSE)
 # We need to create empty directories (data/test) the installation.  
 # This does not work with current CPack due to http://www.cmake.org/Bug/view.php?id=8767
 # Avoid completely empty directories and install dummy file instead.
@@ -286,6 +287,7 @@
   INSTALL(FILES ${DUMMY_FILE} DESTINATION data/mysql COMPONENT DataFiles)
 ENDIF()
 ENDIF()
+ENDIF()
 
 ADD_CUSTOM_TARGET(show-dist-name
   COMMAND ${CMAKE_COMMAND} -E echo "${CPACK_PACKAGE_FILE_NAME}"