Re: [CMake] Using the FindBoost package

2015-05-09 Thread Klaim - Joël Lamotte
On Sat, May 9, 2015 at 12:22 PM, Klaim - Joël Lamotte wrote: > I might be wrong but maybe you mixed up BOOST_INCLUDEDIR > and Boost_INCLUDE_DIR? (note the additional underscore) > From the documentation the first one is read to deduce the second one. > To clarify: BOOST_INCLUDEDIR is listed in i

Re: [CMake] Using the FindBoost package

2015-05-09 Thread Klaim - Joël Lamotte
I might be wrong but maybe you mixed up BOOST_INCLUDEDIR and Boost_INCLUDE_DIR? (note the additional underscore) >From the documentation the first one is read to deduce the second one. Their name is unfortunately very close. I never tried to use BOOST_INCLUDEDIR directly, I only set a BOOST_ROOT a

[CMake] Using the FindBoost package

2015-05-08 Thread Edward Diener
The code is not mine but I am trying to get it to work. On Windows the code is calling into the FindBoost.cmake package via a find_package call. Before calling find_package the code sets the Boost_INCLUDE_DIR and Boost_LIBRARY_DIR to the respective Boost 'boost' and Boost 'libs' subdirectories