[Orxonox-commit 3289] r7979 - code/branches/kicklib/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Feb 27 03:42:09 CET 2011
Author: rgrieder
Date: 2011-02-27 03:42:08 +0100 (Sun, 27 Feb 2011)
New Revision: 7979
Modified:
code/branches/kicklib/cmake/CompilerConfig.cmake
Log:
Removed option to specify a user script for the compiler configuration: useless.
Modified: code/branches/kicklib/cmake/CompilerConfig.cmake
===================================================================
--- code/branches/kicklib/cmake/CompilerConfig.cmake 2011-02-27 02:11:42 UTC (rev 7978)
+++ code/branches/kicklib/cmake/CompilerConfig.cmake 2011-02-27 02:42:08 UTC (rev 7979)
@@ -33,12 +33,3 @@
ELSE()
MESSAGE(STATUS "Warning: Your compiler is not officially supported.")
ENDIF()
-
-SET(COMPILER_CONFIG_USER_SCRIPT "" CACHE FILEPATH
- "Specify a CMake script if you wish to write your own compiler config.
- See CompilerConfigGCC.cmake or CompilerConfigMSVC.cmake for examples.")
-IF(COMPILER_CONFIG_USER_SCRIPT)
- IF(EXISTS ${CMAKE_MODULE_PATH}/${COMPILER_CONFIG_USER_SCRIPT})
- INCLUDE(${CMAKE_MODULE_PATH}/${COMPILER_CONFIG_USER_SCRIPT})
- ENDIF()
-ENDIF(COMPILER_CONFIG_USER_SCRIPT)
More information about the Orxonox-commit
mailing list