Roger Leigh wrote:
> On Sun, Aug 17, 2014 at 05:22:38PM +0100, Roger Leigh wrote:
> > On Sun, Aug 17, 2014 at 05:50:58PM +0200, Rolf Eike Beer wrote:
> > > Am Sonntag, 17. August 2014, 16:21:24 schrieb Roger Leigh:
> > > > On Fri, Aug 15, 2014 at 12:31:17AM +0100, Roger Leigh wrote:
> > > > > OK.  I'll have to read up on this and see what needs doing.
> > > > > In the meantime, I've attached a revised patch with all the
> > > > > above corrections included.
> > > > 
> > > > Based on the comments made on my other FindXerces patch, I've
> > > > updated this patch to also use current naming and usage
> > > > conventions.  I hope this is all OK with you.
> > > 
> > > +    if((MSVC_VERSION EQUAL 1400) OR (MSVC_VERSION GREATER 1400 AND
> > > MSVC_VERSION LESS 1500)) if((NOT MSVC_VERSION VERSION_LESS 1400 AND
> > > MSVC_VERSION LESS 1500)> 
> > Thanks, I've fixed this now in the attached patch.
> 
> One single line change to the patch attached, to add support for
> FreeBSD, which uses a different slice directory (unversioned
> share/Ice).

Pushed, including some cleanups:
-remove text in else(), endif() and so on (applies also to FindXerces)
-if (...) else() can be if (NOT ...)
-used elseif for MSVC version scanning, once you have found one version the 
other if's can't be true

Please check if I have messed something up.

Eike
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to