[CMake] FindBoost (once again...)

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Sun Nov 23 08:43:19 EST 2008


Hi,

FindBoost does not work for me on windows because of a wrong pathname:

       if (WIN32 AND NOT CYGWIN)
         set(_boost_PATH_SUFFIX boost_${_boost_VER})
       else (WIN32 AND NOT CYGWIN)
         set(_boost_PATH_SUFFIX boost-${_boost_VER})
       endif (WIN32 AND NOT CYGWIN)

I installed boost with bjam and a directory <prefix>/include/boost-1_37/ 
is created. Therefore the above assumption that it's boost_1_37 is wrong.

Also the latest cvs binary for win32 still does not have support for 
boost 1.37.


Christian


More information about the CMake mailing list