1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

OS X: looks like OGRE_Plugin_CgProgramManager_FOUND is not reliable

This commit is contained in:
Nikolay Kasyanov 2013-12-12 14:19:48 +04:00
parent 87853f4066
commit 89c60b065c

View File

@ -248,7 +248,9 @@ if (APPLE)
${OGRE_Plugin_OctreeSceneManager_LIBRARY_REL}
${OGRE_Plugin_ParticleFX_LIBRARY_REL})
if (OGRE_Plugin_CgProgramManager_FOUND)
# Actually we must use OGRE_Plugin_CgProgramManager_FOUND but it's
# not reliable and equals TRUE even if there's no Ogre Cg plugin
if (Cg_FOUND)
set(USED_OGRE_PLUGINS ${USED_OGRE_PLUGINS}
${OGRE_Plugin_CgProgramManager_LIBRARY_REL})
endif ()