~thomas-voss/dbus-cpp/ensure-correct-compilation-with-gcc-4.7

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Pete Woods
  • Date: 2014-02-03 12:21:44 UTC
  • mfrom: (24.3.36 trunk)
  • Revision ID: tarmac-20140203122144-u15nf8142o7cplj3
Add service watcher class to allow watching DBus name ownership changes.

Approved by PS Jenkins bot, Thomas Voß.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
ENDIF(CMAKE_BUILD_TYPE MATCHES [cC][oO][vV][eE][rR][aA][gG][eE])
53
53
 
54
54
set(DBUS_CPP_VERSION_MAJOR 1)
55
 
set(DBUS_CPP_VERSION_MINOR 0)
 
55
set(DBUS_CPP_VERSION_MINOR 1)
56
56
set(DBUS_CPP_VERSION_PATCH 0)
57
57
 
58
58
include(CTest)