From b4933c8863eb5c083752b1da1af15cdb1c4a4b21 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Sun, 28 Dec 2014 21:12:46 +0100 Subject: [PATCH] cotire 1.6.8 --- CMake/cotire.cmake | 3 ++- HISTORY.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMake/cotire.cmake b/CMake/cotire.cmake index dd139e0..abfe245 100644 --- a/CMake/cotire.cmake +++ b/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.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} diff --git a/HISTORY.md b/HISTORY.md index cb8baf6..12e7a2f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.