Build: C++14 support added

This commit is contained in:
Paul Beckingham 2018-02-16 22:04:29 -05:00
parent 2623d101e7
commit 53088dae65
12 changed files with 25 additions and 38 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 3.0)
message ("-- Configuring man pages")
set (man_FILES task-color.5 task-sync.5 taskrc.5 task.1)
foreach (man_FILE ${man_FILES})