Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8421 for code/trunk/cmake


Ignore:
Timestamp:
May 8, 2011, 7:54:38 PM (13 years ago)
Author:
rgrieder
Message:

Hide the PCH_ENABLE_TARGET variables in the CMake GUI (almost never used and a lot of options).

File:
1 edited

Legend:

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

    r8412 r8421  
    193193    CMAKE_DEPENDENT_OPTION(PCH_ENABLE_${_target_name_upper}
    194194      "Enable using precompiled header files for library ${_target_name}." ${PCH_DEFAULT} PCH_ENABLE OFF)
     195    # Almost never used individually, but produces a lot of options --> hide
     196    MARK_AS_ADVANCED(PCH_ENABLE_${_target_name_upper})
    195197
    196198    IF(PCH_ENABLE_${_target_name_upper})
Note: See TracChangeset for help on using the changeset viewer.