~ubuntu-branches/ubuntu/trusty/xpathselect/trusty

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Thomi Richards, Timo Jyrinki, Christopher Lee, Ubuntu daily release
  • Date: 2013-06-05 09:01:46 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130605090146-piiba0hwhb71rmu0
Tags: 1.3daily13.06.05.1-0ubuntu1
[ Thomi Richards ]
* Comment change.
* Update parser to allow spaces in object names, spaces and periods in
  param values, and fix several other bugs in the parser. (LP:
  #1150276)

[ Timo Jyrinki ]
* Fix FTBFS by adding a missing include.

[ Christopher Lee ]
* Update parser to allow spaces in object names, spaces and periods in
  param values, and fix several other bugs in the parser. (LP:
  #1150276)

[ Ubuntu daily release ]
* Automatic snapshot from revision 36

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
include (GNUInstallDirs)
8
8
 
9
 
set (VERSION 1.2)
 
9
set (VERSION 1.3)
10
10
 
11
11
if(CMAKE_BUILD_TYPE STREQUAL "coverage")
12
12
  message("Building for coverage")