From 0ece773ea0c033e9afdd84e48d7de0b7da35e567 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 13 Aug 2015 00:51:26 +0300 Subject: [PATCH] Fix to MXS-305: https://mariadb.atlassian.net/browse/MXS-305 Added destdir option to CPack. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a038f49c2..60fe3f97a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,6 +234,7 @@ if(PACKAGE) else() # Generic CPack configuration variables + SET(CPACK_SET_DESTDIR ON) set(CPACK_STRIP_FILES FALSE) set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MaxScale") set(CPACK_PACKAGE_VERSION_MAJOR "${MAXSCALE_VERSION_MAJOR}")