make cpack use destdir instead

This commit is contained in:
Félix C. Morency 2008-06-24 16:42:32 -07:00 committed by Michael Gehring
parent b19aace542
commit db8c1ffbf2
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ endforeach()
#}}}
# {{{ CPack configuration
SET(CPACK_SET_DESTDIR TRUE)
set(CPACK_PACKAGE_NAME "${PROJECT_AWE_NAME}")
set(CPACK_GENERATOR "TBZ2")
set(CPACK_SOURCE_GENERATOR "TBZ2")