[Insight-users] InsightDocuments/SoftwareGuide/Art/CMakeLists.txt

Mathieu Malaterre Mathieu . Malaterre at creatis . insa-lyon . fr
Mon, 25 Aug 2003 19:57:36 +0200


This is a multi-part message in MIME format.
--------------020708060108070809070706
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi,

	Could someone with write acces to the repositery make the following 
change (see attach patch). Otherwise the '-L' option of fig2dev collides 
with the '-L' option of cmake.

thanks,
mathieu

--------------020708060108070809070706
Content-Type: text/x-diff;
 name="art.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="art.patch"

Index: SoftwareGuide/Art/CMakeLists.txt
===================================================================
RCS file: /cvsroot/Insight/InsightDocuments/SoftwareGuide/Art/CMakeLists.txt,v
retrieving revision 1.110
diff -r1.110 CMakeLists.txt
333c333
<   ARGS     -E chdir ${SoftwareGuide_SOURCE_DIR}/Art ${FIG2DEV_EXECUTABLE} -L eps ${SoftwareGuide_SOURCE_DIR}/Art/${figure}.fig ${SoftwareGuide_BINARY_DIR}/Art/${figure}.eps
---
>   ARGS      -E chdir ${SoftwareGuide_SOURCE_DIR}/Art "${FIG2DEV_EXECUTABLE} -L eps ${SoftwareGuide_SOURCE_DIR}/Art/${figure}.fig ${SoftwareGuide_BINARY_DIR}/Art/${figure}.eps"

--------------020708060108070809070706--