mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
added cpack source generator zip for linux/mac
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@582 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -273,14 +273,14 @@ ELSEIF(APPLE)
|
||||
SET(CPACK_GENERATOR "PackageMaker;TBZ2")
|
||||
ENDIF()
|
||||
|
||||
SET(CPACK_SOURCE_GENERATOR "TBZ2")
|
||||
SET(CPACK_SOURCE_GENERATOR "ZIP;TBZ2")
|
||||
|
||||
SET(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/app/src/${PROJECT_NAME}.icns")
|
||||
|
||||
ELSE()
|
||||
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
|
||||
SET(CPACK_GENERATOR "DEB;TBZ2")
|
||||
SET(CPACK_SOURCE_GENERATOR "TBZ2")
|
||||
SET(CPACK_SOURCE_GENERATOR "ZIP;TBZ2")
|
||||
|
||||
# Extern : UtiLite (>= 0.2) http://code.google.com/p/utilite/, OpenCV (>= 2.2) http://opencv.willowgarage.com/wiki/
|
||||
# ex. SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.3.1-6), libgcc1 (>= 1:3.4.2-12)")
|
||||
|
||||
Reference in New Issue
Block a user