mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Update project to C++17
- Bump CMake to minimum version 3.8 - Set C++ standard to 17 - Remove CMAKE_LEGACY_CYGWIN_WIN32 compatibility mode - Remove C++11 stuff - Update documentation Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
6c287870dd
commit
3008e458e9
15 changed files with 20 additions and 44 deletions
|
@ -38,9 +38,9 @@ Thanks to the community, there are binary packages available [here](https://time
|
|||
Building Timewarrior yourself requires
|
||||
|
||||
* git
|
||||
* cmake
|
||||
* cmake (>= 3.8)
|
||||
* make
|
||||
* C++ compiler with full C++14 support, currently gcc 6.1+ or clang 3.4+
|
||||
* C++ compiler with full C++17 support, currently gcc 8+ or clang 5+
|
||||
* Python 3 (for running the testsuite)
|
||||
* Asciidoctor (for creating documentation)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue