Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 7:27:35 PM (15 years ago)
Author:
rgrieder
Message:

Removing redundancy: Specifying ORXONOX_EXTERAL for a target should already suppress all warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/cmake/ParseMacroArguments.cmake

    r5695 r5872  
    3939  # Using LIST(FIND ...) speeds up the process
    4040  SET(_keywords ${_switches} ${_list_names})
     41
     42  # Reset all arguments
     43  FOREACH(_arg ${_switches} ${_list_names})
     44    SET(_arg_${_arg})
     45  ENDFOREACH(_arg)
    4146
    4247  # Parse all the arguments and set the corresponding variable
Note: See TracChangeset for help on using the changeset viewer.