Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10263


Ignore:
Timestamp:
Feb 10, 2015, 11:10:39 PM (9 years ago)
Author:
landauf
Message:

fixed details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/tools/FlagUtilities.cmake

    r8368 r10263  
    2323 #    Sets the compiler/linker flags. After the flags you can specify more args:
    2424 #    Release, Debug, RelWithDebInfo, MinSizeRel, RelForDevs: Build configs
    25  #    ReleaseAll: Sets the flags of all three release builds
     25 #    ReleaseAll: Sets the flags of all four release builds
    2626 #    CACHE: Values are witten with SET_CACHE_ADVANCED
    2727 #    FORCE: When writing to the cache, the values are set anyway
     
    9090      LIST(APPEND _langs "${_arg}")
    9191    ELSEIF(   _arg MATCHES "^(Debug|Release|MinSizeRel|RelWithDebInfo|RelForDevs)$"
    92            OR _arg MATCHES "^(DEBUG|RELEASE|MINSIZEREL|RELWITHDEBINFO|RelForDevs)$")
     92           OR _arg MATCHES "^(DEBUG|RELEASE|MINSIZEREL|RELWITHDEBINFO|RELFORDEVS)$")
    9393      STRING(TOUPPER "${_arg}" _upper_arg)
    9494      LIST(APPEND _build_types ${_upper_arg})
Note: See TracChangeset for help on using the changeset viewer.