I'm having issues preparing my firebreath visual studio solution which uses a cmake script. The problem seems to be with the findboost.cmake module. This is the error I'm getting:
CMake Error at C:/Users/chenning/cmake-2.8.8-win32-x86/share/cmake-2.8/Modules/F
indBoost.cmake:1200 (message):
Unable to find the requested Boost libraries.
Boost version: 1.50.0
Boost include path: c:/boost
The following Boost libraries could not be found:
boost_date_time
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
My boost root should be c:\boost.
What would be the most basic script or command line ( Windows 7 ) to test that module? I need to figure out the correct values for the parameters: BOOST_ROOT, BOOST_INCLUDE_DIR, and BOOST_LIBRARYDIR.
Thanks ahead, Christian