Переглянути джерело

make sure unparsed line file contents ends with newline

master
Sascha Kratky 6 роки тому
джерело
коміт
85e38d526c
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake Переглянути файл

@@ -1505,7 +1505,7 @@ function (cotire_generate_prefix_header _prefixFile)
endif()
string (REPLACE ";" "\n" _unparsedLines "${_unparsedLines}")
endif()
file (WRITE "${_unparsedLinesFile}" "${_unparsedLines}")
file (WRITE "${_unparsedLinesFile}" "${_unparsedLines}\n")
endfunction()

function (cotire_add_makedep_flags _language _compilerID _compilerVersion _flagsVar)


Завантаження…
Відмінити
Зберегти