Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6084 for code/trunk/cmake


Ignore:
Timestamp:
Nov 18, 2009, 11:13:47 AM (14 years ago)
Author:
rgrieder
Message:
  • Fixed typing error in a cmake file causing a rebuild of the compilations every time CMake was run
  • Found spelling mistakes in InputManager.h
  • Found tabs in Test.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/SourceFileUtilities.cmake

    r5963 r6084  
    5353          SET(_include_string "${_include_string}#include \"${_file2}\"\n")
    5454        ENDFOREACH(_file2)
    55         IF(EXISTS )
     55        IF(EXISTS ${_compilation_file})
    5656          FILE(READ ${_compilation_file} _include_string_file)
    5757        ENDIF()
Note: See TracChangeset for help on using the changeset viewer.