mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00

- 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>
7 lines
304 B
CMake
7 lines
304 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
message ("-- Configuring holiday documentation")
|
|
|
|
install (FILES README DESTINATION ${TIMEW_DOCDIR}/doc/holidays)
|
|
install (FILES holidays.en-US DESTINATION ${TIMEW_DOCDIR}/doc/holidays)
|
|
install (FILES refresh DESTINATION ${TIMEW_DOCDIR}/doc/holidays)
|