Building Ogre-Assimp
Posted: Thu Oct 04, 2018 10:05 am
Hi,
I have built Ogre 1.11 using cmake-gui previously, and have been using it successfully. I have very limited experience of using cmake-gui however, and have run into the following error when trying to build ogre-assimp:
I realise this means that I need to provide a version of ogre for cmake to use, but I don't know how to go about this. Upon researching this issue, I found this suggestion: viewtopic.php?f=11&t=65993&start=75 , but I don't actually know how I'd go about implementing this using the gui, so any advice on how to accomplish this would be welcome.
Thanks.
I have built Ogre 1.11 using cmake-gui previously, and have been using it successfully. I have very limited experience of using cmake-gui however, and have run into the following error when trying to build ogre-assimp:
Code: Select all
By not providing "FindOGRE.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OGRE", but
CMake did not find one.
Could not find a package configuration file provided by "OGRE" (requested
version 1.10) with any of the following names:
OGREConfig.cmake
ogre-config.cmake
Add the installation prefix of "OGRE" to CMAKE_PREFIX_PATH or set
"OGRE_DIR" to a directory containing one of the above files. If "OGRE"
provides a separate development package or SDK, be sure it has been
installed.Thanks.