forked from teamnwah/openmw-tes3coop
Giving up, revert CMake changes.
This commit is contained in:
parent
0171bde363
commit
6b9b02dc1a
1 changed files with 1 additions and 5 deletions
|
@ -378,11 +378,7 @@ endmacro()
|
|||
# look for Paging component
|
||||
ogre_find_component(Paging OgrePaging.h)
|
||||
# look for Overlay component
|
||||
if(APPLE)
|
||||
ogre_find_component(Overlay Overlay/OgreOverlaySystem.h)
|
||||
else()
|
||||
ogre_find_component(Overlay OgreOverlaySystem.h)
|
||||
endif()
|
||||
ogre_find_component(Overlay OgreOverlaySystem.h)
|
||||
ogre_find_component(Overlay OgreOverlay.h)
|
||||
# look for Terrain component
|
||||
ogre_find_component(Terrain OgreTerrain.h)
|
||||
|
|
Loading…
Reference in a new issue