Re: [CMake] CMake 2.4.5 errors on code which works fine in 2.4.7

2008-01-24 Thread Andreas Pakulat
On 24.01.08 14:59:19, Brandon Van Every wrote: > On Jan 24, 2008 2:50 PM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > > > Any ideas how to solve this (besides upgrading cmake)? > > Quotes? Thanks. Andreas -- Don't get to bragging. ___ CMake mailin

Re: [CMake] CMake 2.4.5 errors on code which works fine in 2.4.7

2008-01-24 Thread Brandon Van Every
On Jan 24, 2008 2:50 PM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > Any ideas how to solve this (besides upgrading cmake)? Quotes? Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CMake 2.4.5 errors on code which works fine in 2.4.7

2008-01-24 Thread Andreas Pakulat
Hi, consider the following code snippet: IF(_boost_REQ_VERSION) IF( Boost_VERSION LESS ${_boost_REQ_VERSION}) SET(Boost_INCLUDE_DIR FALSE) ENDIF( Boost_VERSION LESS ${_boost_REQ_VERSION}) ENDIF(_boost_REQ_VERSION) cmake 2.4.5 and 2.4.6 err