From b2e27a4dfbd42664b85d741498037a69ce892144 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 11 Apr 2013 14:08:46 +0000 Subject: QPID-4737: Fix cmake "make package" "make package" was attempting to install files with absolute paths to the final install location, rather than the temporary install dir. Trivial 1 line fix: set(CPACK_SET_DESTDIR ON) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1466895 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index 74b6bdcc1d..70df7ce1a2 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -82,7 +82,7 @@ if (WIN32) endif (WIN32) # set(CMAKE_INCLUDE_CURRENT_DIR ON) - +set(CPACK_SET_DESTDIR ON) set(CPACK_PACKAGE_NAME "qpid-cpp") set(CPACK_PACKAGE_VENDOR "Apache Software Foundation") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Apache Qpid C++") -- cgit v1.2.1