Changeset 10185 for code/trunk/cmake/tools
- Timestamp:
- Jan 10, 2015, 2:22:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/tools/TargetUtilities.cmake
r9595 r10185 448 448 # the target name (for example orxonox <-> liborxonox) 449 449 450 CMAKE_POLICY(SET CMP0026 OLD) # we only use the file's name, not its actual location, so the old policy is fine 450 451 GET_TARGET_PROPERTY(_target_loc ${_target} LOCATION) 451 452 GET_FILENAME_COMPONENT(_target_name ${_target_loc} NAME_WE) 453 CMAKE_POLICY(SET CMP0026 NEW) # set policy back to 'new' 452 454 453 455 IF(CMAKE_CONFIGURATION_TYPES)
Note: See TracChangeset
for help on using the changeset viewer.