From: Bertrand <bco...@us...> - 2016-06-25 19:50:54
|
Update of /cvsroot/jsbsim/JSBSim In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11978 Modified Files: CMakeLists.txt Log Message: Do not package the TAGS file. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/CMakeLists.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** CMakeLists.txt 18 Oct 2015 09:46:39 -0000 1.9 --- CMakeLists.txt 25 Jun 2016 19:50:50 -0000 1.10 *************** *** 87,90 **** --- 87,91 ---- "/.libs/" "/CVS/" + "TAGS" "${CPACK_SOURCE_IGNORE_FILES}") include (CPack) |