1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-10-18 05:45:20 -05:00

Implemented support for using textual names in randomization.

This commit is contained in:
Per Malmberg
2019-05-17 13:39:32 +02:00
parent a918f3d93f
commit d61086f69e
9 changed files with 180 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.6)
project(cron_test)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
if( MSVC )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")