Changeset 10263 for code/trunk
- Timestamp:
- Feb 10, 2015, 11:10:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/tools/FlagUtilities.cmake
r8368 r10263 23 23 # Sets the compiler/linker flags. After the flags you can specify more args: 24 24 # Release, Debug, RelWithDebInfo, MinSizeRel, RelForDevs: Build configs 25 # ReleaseAll: Sets the flags of all threerelease builds25 # ReleaseAll: Sets the flags of all four release builds 26 26 # CACHE: Values are witten with SET_CACHE_ADVANCED 27 27 # FORCE: When writing to the cache, the values are set anyway … … 90 90 LIST(APPEND _langs "${_arg}") 91 91 ELSEIF( _arg MATCHES "^(Debug|Release|MinSizeRel|RelWithDebInfo|RelForDevs)$" 92 OR _arg MATCHES "^(DEBUG|RELEASE|MINSIZEREL|RELWITHDEBINFO|R elForDevs)$")92 OR _arg MATCHES "^(DEBUG|RELEASE|MINSIZEREL|RELWITHDEBINFO|RELFORDEVS)$") 93 93 STRING(TOUPPER "${_arg}" _upper_arg) 94 94 LIST(APPEND _build_types ${_upper_arg})
Note: See TracChangeset
for help on using the changeset viewer.