From: malaterre Date: Tue, 11 Jan 2005 21:49:23 +0000 (+0000) Subject: STYLE: minor cleanup X-Git-Tag: Version1.0.bp~387 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6474eb43314673bb16c021c1af05e26c31403e50;p=gdcm.git STYLE: minor cleanup --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1ac3c5af..57a81088 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -81,9 +81,5 @@ IF(CMAKE_SYSTEM MATCHES "SunOS.*") ENDIF(NOT CMAKE_COMPILER_IS_GNUCXX) ENDIF(CMAKE_SYSTEM MATCHES "SunOS.*") -#The following is not working because when a header file is not found it tries -#to find one in the binary dir -#INSTALL_FILES(/include .h ${libgdcm_la_SOURCES}) INSTALL_FILES(/include "\\.h$") - INSTALL_TARGETS(/lib/ gdcm)