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
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
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