From: Timo Lotterbach Date: Mon, 5 Dec 2011 10:28:57 +0000 (+0100) Subject: removed Config.h, was replaced by CmakeConfiguration.h X-Git-Tag: ivi-layer-management_version_0_9_5_rc~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e20effda5f8bdaa5a9e424fef1f2ea1f5ad5d6bb;p=profile%2Fivi%2Flayer-management.git removed Config.h, was replaced by CmakeConfiguration.h --- diff --git a/LayerManagerService/CMakeLists.txt b/LayerManagerService/CMakeLists.txt index 92c0a37..c7a0161 100644 --- a/LayerManagerService/CMakeLists.txt +++ b/LayerManagerService/CMakeLists.txt @@ -28,14 +28,6 @@ include_directories ("${PROJECT_SOURCE_DIR}/LayerManagerCommands/include") link_directories ("${PROJECT_SOURCE_DIR}/LayerManagerUtils/bin") link_directories ("${PROJECT_SOURCE_DIR}/LayerManagerCommands") -# generate version header file, used in main.cpp -message(STATUS "Generating Version.h header file:") -message(STATUS "-- version = ${ILM_VERSION}") -configure_file( - ${CMAKE_CURRENT_SOURCE_DIR}/include/Version.h.in - ${CMAKE_CURRENT_SOURCE_DIR}/include/Version.h -) - # generate cmake configuration header file, includes information on the # project configuration, compiler settings, ... message(STATUS "Generating CmakeConfiguration.h header file with build system configuration.") diff --git a/LayerManagerService/include/.gitignore b/LayerManagerService/include/.gitignore index b41e000..91809bb 100644 --- a/LayerManagerService/include/.gitignore +++ b/LayerManagerService/include/.gitignore @@ -1,2 +1 @@ -Version.h CmakeConfiguration.h diff --git a/LayerManagerService/include/Version.h.in b/LayerManagerService/include/Version.h.in deleted file mode 100644 index 946f704..0000000 --- a/LayerManagerService/include/Version.h.in +++ /dev/null @@ -1,25 +0,0 @@ -/*************************************************************************** - * - * Copyright 2010,2011 BMW Car IT GmbH - * - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - ****************************************************************************/ -#ifndef _VERSION_H_ -#define _VERSION_H_ - -// Version string provided by cmake build system -const char* VERSION_STRING = "${ILM_VERSION}"; - -#endif // _VERSION_H_ \ No newline at end of file