Explorar el Código

cotire 1.6.8

master
Sascha Kratky hace 11 años
padre
commit
b4933c8863
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. +2
    -1
      CMake/cotire.cmake
  2. +4
    -0
      HISTORY.md

+ 2
- 1
CMake/cotire.cmake Ver fichero

@@ -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.7")
set (COTIRE_CMAKE_MODULE_VERSION "1.6.8")

include(CMakeParseArguments)
include(ProcessorCount)
@@ -3105,6 +3105,7 @@ if (CMAKE_SCRIPT_MODE_FILE)
endif()

cotire_select_unity_source_files("${COTIRE_ARGV3}" _sources ${_sources})
cotire_select_unity_source_files("${COTIRE_ARGV3}" _sourceLocations ${_sourceLocations})

cotire_generate_unity_source(
"${COTIRE_ARGV3}" ${_sources}


+ 4
- 0
HISTORY.md Ver fichero

@@ -1,3 +1,7 @@
## 1.6.8 (2014-12-28)

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

## 1.6.7 (2014-12-21)

* fix CMake 3.1 compatibility issues.


Cargando…
Cancelar
Guardar