Skip to content

Commit

Permalink
ENH: Minimum cpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Lehmann committed Jun 25, 2009
1 parent 11708a3 commit 56b69d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ SET(CableSwig_VERSION_MAJOR 0)
SET(CableSwig_VERSION_MINOR 1)
SET(CableSwig_VERSION_PATCH 0)

SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "CableSwig creates interfaces (i.e. "wrappers") to interpreted languages such as Tcl and Python.")
SET(CPACK_PACKAGE_VENDOR "Insight Software Consortium")
SET(CPACK_PACKAGE_VERSION_MAJOR "${CableSwig_VERSION_MAJOR}")
SET(CPACK_PACKAGE_VERSION_MINOR "${CableSwig_VERSION_MINOR}")
SET(CPACK_PACKAGE_VERSION_PATCH "${CableSwig_VERSION_PATCH}")
INCLUDE(CPack)

# Check for ANSI flags on non-GNU compilers.
IF(NOT CMAKE_COMPILER_IS_GNUCXX)
SET(CMAKE_TRY_ANSI_CXX_FLAGS "")
Expand Down

0 comments on commit 56b69d7

Please sign in to comment.