Procházet zdrojové kódy

make sure unparsed line file contents ends with newline

master
Sascha Kratky před 6 roky
rodič
revize
85e38d526c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      CMake/cotire.cmake

+ 1
- 1
CMake/cotire.cmake Zobrazit soubor

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


Načítá se…
Zrušit
Uložit