From: Thomas W. <tho...@us...> - 2007-01-17 21:19:01
|
Update of /cvsroot/octaviz/octaviz/Common In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19697/Common Modified Files: CMakeLists.txt Log Message: Unify indentation (2 spaces), using cmake-mode.el http://www.cmake.org/Wiki/CMake_Editors_Support Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/octaviz/octaviz/Common/CMakeLists.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- CMakeLists.txt 26 Dec 2006 14:18:54 -0000 1.6 +++ CMakeLists.txt 17 Jan 2007 21:18:53 -0000 1.7 @@ -30,5 +30,4 @@ # Remove prefix from octave lib install dir STRING(REGEX REPLACE "${CMAKE_INSTALL_PREFIX}" "" OUT_MTCH ${OCT_LIB_DIR}) INSTALL_TARGETS(${OUT_MTCH} octaviz) - - \ No newline at end of file + |