On 10/30/2009 11:02 AM, David Cole wrote:
Does this patch fix it?

$ cvs -q diff
Index: Tests/CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.148
diff -r1.148 CMakeLists.txt
1254,1255c1254,1255
<   set(regex "${regex}(Couldn.t resolve host ")
<   set(regex "${regex}|couldn.t connect to host")
---
 >   set(regex "${regex}([Cc]ould *n.t resolve host")
 >   set(regex "${regex}|[Cc]ould *n.t connect to host")

I just committed that to CVS HEAD of CMake. Let me know if it fixes it
please, and I will see that it gets merged to CMake-2-8...


That takes care of it.  Thanks.

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to