~ubuntu-branches/debian/stretch/sakura/stretch

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2013-12-24 15:39:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131224153951-yivelbh9irc4np6p
Tags: 3.1.3-1
* New upstream release.
* Bump Standards-Version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
ENDIF (COMMAND CMAKE_POLICY)    
5
5
PROJECT (sakura)
6
6
SET (AUTHOR "David Gómez Espinosa" INTERNAL "Author")
7
 
SET (VERSION "3.1.1")
 
7
SET (VERSION "3.1.3")
8
8
 
9
9
 
10
10
INCLUDE (FindPkgConfig)
38
38
IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
39
39
        SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
40
40
ELSE (${CMAKE_BUILD_TYPE} NOT MATCHES "Debug")
41
 
        SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED")
 
41
        SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations")
42
42
ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
43
43
 
44
44
INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS})