Re: [Boost-cmake] Release 1.41.0.cmake0

2009-11-18 Thread Surya Kiran Gullapalli
> > One more thing I've observed is the Install target. The boost include > headers are installed in ${CMAKE_INSTALL_PREFIX}/include, instead of > ${CMAKE_INSTALL_DIRECTORY}/include/boost-1_41. I'm using cmake for my > project and cmake checks for include/boost-1_41/boost/version.hpp file (I'm > us

Re: [Boost-cmake] Release 1.41.0.cmake0

2009-11-18 Thread Surya Kiran Gullapalli
> I'll have a look. Meanwhile, could you try specifying the paths with forwardslashes rather than backslashes? Thanks, It worked This behaviour is different from bjam. If ZLIB_INCLUDE_DIR is not defined and ZLIB_SOURCE is defined, bjam builds a zlib library automatically with boost prefix. Same

Re: [Boost-cmake] Release 1.41.0.cmake0

2009-11-18 Thread Surya Kiran Gullapalli
Platform: Windows. Compiler: MSVC 8.0 SP1 Boost.Cmake unable to configure iostreams with zlib (or bzip2). I've ZLIB_SOURCE env variable set to the location of zlib source code. I've also set ZLIB_INCLUDE_DIR and ZLIB_LIB_DIR in cmake-gui but it is not working. I'm getting the following errors. Th