[Orxonox-commit 280] r2925 - trunk/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Apr 19 21:22:47 CEST 2009
Author: rgrieder
Date: 2009-04-19 21:22:47 +0200 (Sun, 19 Apr 2009)
New Revision: 2925
Modified:
trunk/cmake/LibraryConfig.cmake
Log:
Moving some CMake variables to the advanced section of the cache when using packages under Windows.
Modified: trunk/cmake/LibraryConfig.cmake
===================================================================
--- trunk/cmake/LibraryConfig.cmake 2009-04-18 17:28:41 UTC (rev 2924)
+++ trunk/cmake/LibraryConfig.cmake 2009-04-19 19:22:47 UTC (rev 2925)
@@ -203,4 +203,12 @@
ELSE(_version_comparison LESS 0)
OPTION(LINK_LUA_DYNAMIC "Link Lua dynamically on Windows" TRUE)
ENDIF(_version_comparison LESS 0)
+
+ IF(DEPENDENCY_PACKAGE_ENABLE)
+ MARK_AS_ADVANCED(
+ LINK_BOOST_DYNAMIC LINK_CEGUI_DYNAMIC LINK_ENET_DYNAMIC
+ LINK_OGRE_DYNAMIC LINK_TCL_DYNAMIC LINK_ZLIB_DYNAMIC
+ LINK_LUA_DYNAMIC
+ )
+ ENDIF()
ENDIF(WIN32)
More information about the Orxonox-commit
mailing list