Page 1 of 1

FindOIS.cmake

Posted: 10 Aug 2011, 22:43
by lgromanowski
nicolay wrote: Anyone with more CMake knowledge than me want to try their hand at compiling with OIS?

The latest commit as it stands now uses some OIS parts (OIS is the input system that comes with Ogre.) But it doesn't compile because the CMake file isn't set up properly. I tired adding FindOIS.cmake from the Ogre source package, but it didn't seem to work for me (some other files seem to be missing.)

More specifically, it's unable to find "FindPkgMacros".
Zini wrote: <ogre_dir>/CMake/Utils/FindPkfMacros.cmake
nicolay wrote:
Zini wrote:<ogre_dir>/CMake/Utils/FindPkfMacros.cmake
Thanks, found it. Works now.