Skip to content

Commit

Permalink
update README with end of support notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sakra committed Dec 23, 2019
1 parent 766c40f commit 9d8e3f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Cotire (compile time reducer) is a CMake module that speeds up the build process
build systems by fully automating techniques as [precompiled header][pch] usage and
[single compilation unit][scu] builds for C and C++.

The functionality provided by cotire has been superseded by features added to [CMake 3.16][cmkr].
Support for [pre-compiling][cpch] and [unity builds][cscu] is now built into CMake. Thus, there
will not be any further updates or support for this project.

features
--------

Expand Down Expand Up @@ -135,3 +139,6 @@ known issues
[intel]:https://software.intel.com/en-us/c-compilers
[XGE]:https://www.incredibuild.com/
[shrp]:https://unriskinsight.blogspot.co.at/2014/09/sharpen-your-tools.html
[cmkr]:https://cmake.org/cmake/help/latest/release/3.16.html
[cpch]:https://cmake.org/cmake/help/latest/command/target_precompile_headers.html
[cscu]:https://cmake.org/cmake/help/v3.16/prop_tgt/UNITY_BUILD.html

0 comments on commit 9d8e3f7

Please sign in to comment.