Set cmake source package generator on Linux to ZIP
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@167 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
parent
6b2d0916c3
commit
e37e06351c
@ -126,6 +126,8 @@ ELSEIF(APPLE)
|
|||||||
SET(CPACK_SOURCE_GENERATOR "TBZ2")
|
SET(CPACK_SOURCE_GENERATOR "TBZ2")
|
||||||
|
|
||||||
SET(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/app/${PROJECT_NAME}.icns")
|
SET(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/app/${PROJECT_NAME}.icns")
|
||||||
|
ELSE()
|
||||||
|
SET(CPACK_SOURCE_GENERATOR "ZIP")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
INCLUDE(CPack)
|
INCLUDE(CPack)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user