config: Removing install location
authorMichael Schuldt <michael.schuldt@bmw.de>
Wed, 28 Mar 2012 06:30:57 +0000 (09:30 +0300)
committerMichael Schuldt <michael.schuldt@bmw.de>
Wed, 28 Mar 2012 06:30:57 +0000 (09:30 +0300)
- The config file should not be installed
  as development header file

config/CMakeLists.txt

index c45ccdf..06a9f51 100644 (file)
@@ -29,7 +29,3 @@ configure_file(
     ${CMAKE_SOURCE_DIR}/config/config.h
 )
 
-install (
-    FILES       config.h
-    DESTINATION include/ilm
-)