The C compiler identification is Clang 5.0.0 The CXX compiler identification is Clang 5.0.0 Check for working C compiler using: Xcode Check for working C compiler using: Xcode – works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler using: Xcode Check for working CXX compiler using: Xcode – works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Looking for OGRE... OGRE_PREFIX_WATCH changed. Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28") checking for module 'OGRE' package 'OGRE' not found Could not locate OGRE CMake Error at cmake/FindPkgMacros.cmake:117 (message): Required library OGRE not found! Install the library (including dev packages) and try again. If the library is already installed, set the missing variables manually in cmake. Call Stack (most recent call first): cmake/FindOGRE.cmake:245 (findpkg_finish) CMakeLists.txt:71 (find_package)
No matter what I try, I can't seem to get cmake to see Ogre.
Currently I have the SDK built from bitbucket 1.9 with the paths
export OGRE_HOME="/usr/local/OSX/OgreSDK"
export OGRE_SDK_ROOT="/usr/local/OSX/OgreSDK"
The C compiler identification is Clang 5.0.0
The CXX compiler identification is Clang 5.0.0
Check for working C compiler using: Xcode
Check for working C compiler using: Xcode – works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Xcode
Check for working CXX compiler using: Xcode – works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for OGRE...
OGRE_PREFIX_WATCH changed.
Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
checking for module 'OGRE'
package 'OGRE' not found
Could not locate OGRE
CMake Error at cmake/FindPkgMacros.cmake:117 (message):
Required library OGRE not found! Install the library (including dev
packages) and try again. If the library is already installed, set the
missing variables manually in cmake.
Call Stack (most recent call first):
cmake/FindOGRE.cmake:245 (findpkg_finish)
CMakeLists.txt:71 (find_package)
Configuring incomplete, errors occurred!