We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29718b8 commit 9934507Copy full SHA for 9934507
README.md
@@ -1,8 +1,8 @@
1
-# cron-cpp
+# cron-cpp 
2
3
-## WARNING!: Still in Development expect changes
+**cron-cpp** is a C++20 scheduling library using cron formatting.
4
5
-This Library is a C++20 / C++23 (knockoff / fork) of [libcron](https://github.com/PerMalmberg/libcron).
+This library is completely based on [libcron](https://github.com/PerMalmberg/libcron).
6
7
## Differences from libcron
8
cmake/chron-cpp-config.cmake.in
@@ -2,6 +2,4 @@
include(${CMAKE_CURRENT_LIST_DIR}/chron-cpp-targets.cmake)
-find_dependency(reflectcpp)
-
check_required_components(chron-cpp)
0 commit comments