CEGUI CMAKE refused to find Boost_INCLUDE_DIR (ADVANCED)
Posted: Sun Mar 15, 2015 17:35
Hi I'm tryin got build 0.8.4 cegui with 1.9 ogre and VS2008 and cmake keeps giving me errors even though I specify what they ask for.
I add a cache entry or environment variable just like the wiki specifies for OIS which is also not found Boost or Boost_INCLUDE_DIR but no matter what I put it when I click configure again it still gives the same errors and to make things worse it deletes the cache entry I just inputted to cmake making me type it all over again!
Code: Select all
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory C:/Users/User/Desktop/cegui-0.8.4/cegui/src/RendererModules/Ogre
I add a cache entry or environment variable just like the wiki specifies for OIS which is also not found Boost or Boost_INCLUDE_DIR but no matter what I put it when I click configure again it still gives the same errors and to make things worse it deletes the cache entry I just inputted to cmake making me type it all over again!