Changeset 2702 for code/branches/buildsystem3/config
- Timestamp:
- Feb 27, 2009, 2:13:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/config/CMakeLists.txt
r2690 r2702 18 18 # 19 19 20 SET(ORXONOX_CONFIG_DEV_PATH ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)21 22 20 IF(TARDIS) 23 21 # OGRE can't find fonts to display config screen on Tardis, 24 22 # so providing default config file here (bug). 25 23 # Cause: Ogre 1.4.5 was compiled for an older debian version 26 IF(NOT EXISTS ${CMAKE_C URRENT_BINARY_DIR}/ogre.cfg)27 CONFIGURE_FILE(ogre.cfg ${CMAKE_C URRENT_BINARY_DIR}/ogre.cfg COPYONLY)24 IF(NOT EXISTS ${CMAKE_CONFIG_OUTPUT_DIRECTORY}/ogre.cfg) 25 CONFIGURE_FILE(ogre.cfg ${CMAKE_CONFIG_OUTPUT_DIRECTORY}/ogre.cfg COPYONLY) 28 26 ENDIF() 29 27 ENDIF(TARDIS)
Note: See TracChangeset
for help on using the changeset viewer.