Explorar el Código

make sure unparsed line file contents ends with newline

master
Sascha Kratky hace 6 años
padre
commit
85e38d526c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar