[Orxonox-commit 2359] r7074 - code/branches/fps/cmake

landauf at orxonox.net landauf at orxonox.net
Wed Jun 2 00:06:38 CEST 2010


Author: landauf
Date: 2010-06-02 00:06:38 +0200 (Wed, 02 Jun 2010)
New Revision: 7074

Modified:
   code/branches/fps/cmake/LibraryConfig.cmake
Log:
removed bsp scenemanager plugin from LibraryConfig.cmake

Modified: code/branches/fps/cmake/LibraryConfig.cmake
===================================================================
--- code/branches/fps/cmake/LibraryConfig.cmake	2010-06-01 22:02:50 UTC (rev 7073)
+++ code/branches/fps/cmake/LibraryConfig.cmake	2010-06-01 22:06:38 UTC (rev 7074)
@@ -187,7 +187,7 @@
 ################# OGRE Plugins ##################
 
 # More plugins: Plugin_BSPSceneManager, Plugin_OctreeSceneManager
-SET(OGRE_PLUGINS_INT "Plugin_ParticleFX;Plugin_BSPSceneManager")
+SET(OGRE_PLUGINS_INT Plugin_ParticleFX)
 IF(WIN32)
   # CG program manager is probably DirectX related (not available under unix)
   LIST(APPEND OGRE_PLUGINS_INT Plugin_CgProgramManager)




More information about the Orxonox-commit mailing list