Selaa lähdekoodia

make sure unparsed line file contents ends with newline

master
Sascha Kratky 6 vuotta sitten
vanhempi
commit
85e38d526c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake Näytä tiedosto

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


function (cotire_add_makedep_flags _language _compilerID _compilerVersion _flagsVar) function (cotire_add_makedep_flags _language _compilerID _compilerVersion _flagsVar)


Ladataan…
Peruuta
Tallenna