Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8292


Ignore:
Timestamp:
Apr 22, 2011, 3:36:39 AM (13 years ago)
Author:
rgrieder
Message:

Fixed mistaken warning message for the case compilations are disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/cmake/tools/TargetUtilities.cmake

    r8285 r8292  
    104104        MESSAGE(FATAL_ERROR "No name provided for source file compilation")
    105105      ENDIF()
    106       IF(NOT _compilation_include_string)
    107         MESSAGE(STATUS "Warning: Empty source file compilation!")
    108       ENDIF()
    109106      IF(NOT DISABLE_COMPILATIONS)
     107        IF(NOT _compilation_include_string)
     108          MESSAGE(STATUS "Warning: Empty source file compilation!")
     109        ENDIF()
    110110        IF(EXISTS ${_compilation_file})
    111111          FILE(READ ${_compilation_file} _include_string_file)
Note: See TracChangeset for help on using the changeset viewer.