Sascha Kratky преди 11 години
родител
ревизия
9ab2aba91a
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. +2
    -2
      CMake/cotire.cmake
  2. +4
    -0
      HISTORY.md

+ 2
- 2
CMake/cotire.cmake Целия файл

@@ -52,7 +52,7 @@ if (NOT CMAKE_VERSION VERSION_LESS "3.1.0")
endif()

set (COTIRE_CMAKE_MODULE_FILE "${CMAKE_CURRENT_LIST_FILE}")
set (COTIRE_CMAKE_MODULE_VERSION "1.6.8")
set (COTIRE_CMAKE_MODULE_VERSION "1.6.9")

include(CMakeParseArguments)
include(ProcessorCount)
@@ -925,7 +925,7 @@ macro (cotire_parse_line _line _headerFileVar _headerDepthVar)
# English: "Note: including file: C:\directory\file"
# German: "Hinweis: Einlesen der Datei: C:\directory\file"
# We use a very general regular expression, relying on the presence of the : characters
if (_line MATCHES ":( +)([^:]+:[^:]+)$")
if (_line MATCHES "( +)([a-zA-Z]:[^:]+)$")
# Visual Studio compiler output
string (LENGTH "${CMAKE_MATCH_1}" ${_headerDepthVar})
get_filename_component(${_headerFileVar} "${CMAKE_MATCH_2}" ABSOLUTE)


+ 4
- 0
HISTORY.md Целия файл

@@ -1,3 +1,7 @@
## 1.6.9 (2015-01-18)

* fix bug with parsing of localized MSVC `/showIncludes` output.

## 1.6.8 (2014-12-28)

* fix bug with generation of unity source file segments for parallel builds.


Зареждане…
Отказ
Запис