From cmake-commits at cmake.org Fri Aug 1 11:03:44 2008 From: cmake-commits at cmake.org (cmake-commits at cmake.org) Date: Fri, 01 Aug 2008 15:03:44 +0000 Subject: [Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.37 1.144.2.38 Message-ID: <20080801150344.104A321C8@public.kitware.com> Update of /cvsroot/CMake/CMake In directory public:/mounts/ram/cvs-serv8978 Modified Files: Tag: CMake-2-6 CMakeLists.txt Log Message: ENH: final 2.6.1 Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v retrieving revision 1.144.2.37 retrieving revision 1.144.2.38 diff -C 2 -d -r1.144.2.37 -r1.144.2.38 *** CMakeLists.txt 31 Jul 2008 15:52:24 -0000 1.144.2.37 --- CMakeLists.txt 1 Aug 2008 15:03:41 -0000 1.144.2.38 *************** *** 355,359 **** SET(CMake_VERSION_MINOR 6) SET(CMake_VERSION_PATCH 1) ! SET(CMake_VERSION_RC 16) # CVS versions are odd, if this is an odd minor version # then set the CMake_VERSION_DATE variable --- 355,359 ---- SET(CMake_VERSION_MINOR 6) SET(CMake_VERSION_PATCH 1) ! #SET(CMake_VERSION_RC 16) # CVS versions are odd, if this is an odd minor version # then set the CMake_VERSION_DATE variable From cmake-commits at cmake.org Fri Aug 1 12:10:49 2008 From: cmake-commits at cmake.org (cmake-commits at cmake.org) Date: Fri, 01 Aug 2008 16:10:49 +0000 Subject: [Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.402 1.403 Message-ID: <20080801161049.E39F02077@public.kitware.com> Update of /cvsroot/CMake/CMake/Source In directory public:/mounts/ram/cvs-serv14378 Modified Files: CMakeLists.txt Log Message: BUG: Improve fix for issue #7058 - comsuppd did not yet exist in VC6. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v retrieving revision 1.402 retrieving revision 1.403 diff -C 2 -d -r1.402 -r1.403 *** CMakeLists.txt 31 Jul 2008 17:46:17 -0000 1.402 --- CMakeLists.txt 1 Aug 2008 16:10:43 -0000 1.403 *************** *** 308,312 **** # IF(MSVC) ! TARGET_LINK_LIBRARIES(CMakeLib optimized comsupp debug comsuppd) ENDIF(MSVC) --- 308,317 ---- # IF(MSVC) ! IF(MSVC60) ! # comsuppd did not yet exist in VS6 ! TARGET_LINK_LIBRARIES(CMakeLib comsupp) ! ELSE(MSVC60) ! TARGET_LINK_LIBRARIES(CMakeLib optimized comsupp debug comsuppd) ! ENDIF(MSVC60) ENDIF(MSVC) From cmake-commits at cmake.org Fri Aug 1 12:50:31 2008 From: cmake-commits at cmake.org (cmake-commits at cmake.org) Date: Fri, 01 Aug 2008 16:50:31 +0000 Subject: [Cmake-commits] [cmake-commits] hoffman committed Download.html 1.6 1.7 cmake-2-6.html 1.2 1.3 ctest-2-6.html 1.2 1.3 index.html 1.15 1.16 Message-ID: <20080801165031.C692219F8@public.kitware.com> Update of /cvsroot/CMake/CMakeWeb/HTML In directory public:/mounts/ram/cvs-serv17415 Modified Files: Download.html cmake-2-6.html ctest-2-6.html index.html Log Message: ENH: 2.6.1 cmake Index: cmake-2-6.html =================================================================== RCS file: /cvsroot/CMake/CMakeWeb/HTML/cmake-2-6.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C 2 -d -r1.2 -r1.3 *** cmake-2-6.html 6 May 2008 14:50:34 -0000 1.2 --- cmake-2-6.html 1 Aug 2008 16:50:29 -0000 1.3 *************** *** 43,47 ****

Options