From 845d5872c494b43de22e69a29d3024e47644d4a1 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 20 Mar 2014 13:03:04 +0100 Subject: [PATCH] solve fixme use a meaningful version for the kwin oxygen client --- clients/oxygen/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/oxygen/CMakeLists.txt b/clients/oxygen/CMakeLists.txt index 84c51b4182..ee25c8f6cb 100644 --- a/clients/oxygen/CMakeLists.txt +++ b/clients/oxygen/CMakeLists.txt @@ -1,6 +1,5 @@ ########### add version number into compilation defines -# FIXME: CPACK_PACKAGE_VERSION_* are empty -add_definitions (-DAPP_VERSION=\\\"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\\\") +add_definitions (-DAPP_VERSION=\\\"${KWIN_VERSION}\\\") add_definitions(-DHAVE_X11=${X11_FOUND}) add_subdirectory(config) add_subdirectory(demo)