~ubuntu-branches/ubuntu/utopic/muse/utopic

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-07 10:27:14 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130107102714-fajkwjbz02aqupbh
Tags: 2.1-1
* New upstream release.
* Refresh 1001-buildsystem.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        SET(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share")
60
60
ENDIF(NOT DEFINED SHARE_INSTALL_PREFIX)
61
61
 
62
 
set(CMAKE_BUILD_TYPE debug)
 
62
#set(CMAKE_BUILD_TYPE debug)
63
63
#set(CMAKE_BUILD_TYPE release)
64
64
 
65
65
# If no CMAKE_BUILD_TYPE is given on the command line,
85
85
SET(MusE_VERSION_MAJOR 2)
86
86
SET(MusE_VERSION_MINOR 1)
87
87
SET(MusE_VERSION_PATCH 0)
88
 
SET(MusE_VERSION       "2.1~rc2")
89
 
SET(MusE_VERSION_FULL  "2.1~rc2")
 
88
SET(MusE_VERSION       "2.1")
 
89
SET(MusE_VERSION_FULL  "2.1")
90
90
SET(MusE_INSTALL_NAME  "muse")
91
91
SET(MusE_EXEC_NAME     "muse")
92
92