From e79997c9bf42df783e679c7b4a49e04b92a00593 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 1 Jan 2013 15:01:16 +0100 Subject: [PATCH] Add a fixme --- clients/oxygen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/oxygen/CMakeLists.txt b/clients/oxygen/CMakeLists.txt index 02ed6a47e5..a106a96602 100644 --- a/clients/oxygen/CMakeLists.txt +++ b/clients/oxygen/CMakeLists.txt @@ -1,4 +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_subdirectory( config ) add_subdirectory( demo )