Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2009, 4:25:02 PM (14 years ago)
Author:
rgrieder
Message:

Found some tabs

Location:
code/branches/presentation2/cmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/cmake/PrecompiledHeaderFiles.cmake

    r5929 r6120  
    9494          SET(_old_flags "")
    9595        ENDIF()
    96         SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES COMPILE_FLAGS "${_old_flags} /FI\"${_pch_header_file}\" /Yu\"${_pch_header_file}\" /Fp\"${_pch_file}\"")
     96        SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES COMPILE_FLAGS "${_old_flags} /FI\"${_pch_header_file}\" /Yu\"${_pch_header_file}\" /Fp\"${_pch_file}\"")
    9797      ENDIF(NOT _is_header)
    9898    ENDFOREACH(_file)
     
    152152        COMMAND ${CMAKE_CXX_COMPILER}
    153153        ARGS ${pchsupport_compiler_cxx_arg1} ${_pch_gcc_flags} -c -x c++-header -o ${_pch_file} ${_pch_header_file}
    154         WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
     154        WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
    155155        DEPENDS ${_pch_dep_helper_file}
    156156        IMPLICIT_DEPENDS CXX ${_pch_header_file}
  • code/branches/presentation2/cmake/SourceFileUtilities.cmake

    r6084 r6120  
    7575      IF(_compile AND NOT DISABLE_COMPILATIONS)
    7676        LIST(APPEND _compilation ${_filepath})
    77         LIST(APPEND _fullpath_sources "H")
     77        LIST(APPEND _fullpath_sources "H")
    7878      ENDIF()
    7979    ENDIF()
Note: See TracChangeset for help on using the changeset viewer.