Skip to content

Commit

Permalink
Don't include cpack
Browse files Browse the repository at this point in the history
Change-Id: I632a6ca147a06c9b2a986c33c05f63b011a76e33
Reviewed-on: http://review.couchbase.org/35365
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Apr 7, 2014
1 parent f1e7ca2 commit bfecbe7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Expand Up @@ -10,12 +10,12 @@ INCLUDE(InstallRequiredSystemLibraries)

ENABLE_TESTING()

SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "6")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_PACKAGE_VENDOR "Hyperic")
#SET(CPACK_PACKAGE_VERSION_MAJOR "1")
#SET(CPACK_PACKAGE_VERSION_MINOR "6")
#SET(CPACK_PACKAGE_VERSION_PATCH "2")
#SET(CPACK_PACKAGE_VENDOR "Hyperic")
## SET(CPACK_*) before the INCLUDE(CPack)
INCLUDE(CPack)
#INCLUDE(CPack)

IF(WIN32)
## make sure we only use the smallest set of
Expand Down

0 comments on commit bfecbe7

Please sign in to comment.