Skip to content

Commit

Permalink
cotire 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sakra committed Dec 28, 2014
1 parent 880b748 commit b4933c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/cotire.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b4933c8

Please sign in to comment.