From b6c470a0a399a485b47c1533c9c474e9a97a7a27 Mon Sep 17 00:00:00 2001 From: Michael Schuldt Date: Wed, 28 Mar 2012 09:30:57 +0300 Subject: [PATCH] config: Removing install location - The config file should not be installed as development header file --- config/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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 -) -- 2.7.4