Changeset 10185 for code/trunk/src
- Timestamp:
- Jan 10, 2015, 2:22:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/CMakeLists.txt
r9595 r10185 73 73 74 74 # Get name to configure the run scripts 75 CMAKE_POLICY(SET CMP0026 OLD) # we only use the file's name, not its actual location, so the old policy is fine 75 76 GET_TARGET_PROPERTY(_exec_loc orxonox-main LOCATION) 76 77 GET_FILENAME_COMPONENT(_exec_name ${_exec_loc} NAME) 77 78 SET(ORXONOX_EXECUTABLE_NAME ${_exec_name} CACHE INTERNAL "") 79 CMAKE_POLICY(SET CMP0026 NEW) # set policy back to 'new' 78 80 79 81
Note: See TracChangeset
for help on using the changeset viewer.