Changeset 7132 for code/branches/presentation3
- Timestamp:
- Jun 9, 2010, 11:19:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/cmake/TargetUtilities.cmake
r7131 r7132 79 79 MACRO(TU_ADD_TARGET _target_name _target_type _additional_switches) 80 80 CAPITALISE_NAME(${_target_name} _target_name_capitalised) 81 STRING(TOUPPER "${_target_name}" _target_name_upper) 81 82 82 83 # Specify all possible options (either switch or with add. arguments) … … 133 134 IF(PCH_COMPILER_SUPPORT AND _arg_PCH_FILE) 134 135 # Provide convenient option to control PCH 135 STRING(TOUPPER "${_target_name}" _target_name_upper)136 136 IF(_arg_PCH_NO_DEFAULT) 137 137 SET(PCH_DEFAULT FALSE)
Note: See TracChangeset
for help on using the changeset viewer.