From: Michael Schuldt Date: Wed, 28 Mar 2012 06:30:57 +0000 (+0300) Subject: config: Removing install location X-Git-Tag: ivi-layer-management_version_0_9_6~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6c470a0a399a485b47c1533c9c474e9a97a7a27;hp=3a61401886b0bcf193bb91165c5ef83cfe1dafcd;p=profile%2Fivi%2Flayer-management.git config: Removing install location - The config file should not be installed as development header file --- diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index c45ccdf..06a9f51 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -29,7 +29,3 @@ configure_file( ${CMAKE_SOURCE_DIR}/config/config.h ) -install ( - FILES config.h - DESTINATION include/ilm -)