Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2009, 2:12:36 PM (15 years ago)
Author:
rgrieder
Message:

Found some tabs…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/FlagUtilities.cmake

    r2643 r2654  
    147147      IF(_invert_condition)
    148148        SET(_invert_condition FALSE)
    149         IF(${_arg})
     149    IF(${_arg})
    150150          SET(_arg_cond FALSE)
    151         ELSE()
     151    ELSE()
    152152          SET(_arg_cond TRUE)
    153         ENDIF()
     153    ENDIF()
    154154      ELSE()
    155155        SET(_arg_cond ${${_arg}})
Note: See TracChangeset for help on using the changeset viewer.