removed Config.h, was replaced by CmakeConfiguration.h
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 5 Dec 2011 10:28:57 +0000 (11:28 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 5 Dec 2011 10:28:57 +0000 (11:28 +0100)
LayerManagerService/CMakeLists.txt
LayerManagerService/include/.gitignore
LayerManagerService/include/Version.h.in [deleted file]

index 92c0a37..c7a0161 100644 (file)
@@ -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/Version.h.in b/LayerManagerService/include/Version.h.in
deleted file mode 100644 (file)
index 946f704..0000000
+++ /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