Skip to content

Commit 9934507

Browse files
committed
update README.md
fixed config.cmake.in
1 parent 29718b8 commit 9934507

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# cron-cpp
1+
# cron-cpp ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
22

3-
## WARNING!: Still in Development expect changes
3+
**cron-cpp** is a C++20 scheduling library using cron formatting.
44

5-
This Library is a C++20 / C++23 (knockoff / fork) of [libcron](https://github.com/PerMalmberg/libcron).
5+
This library is completely based on [libcron](https://github.com/PerMalmberg/libcron).
66

77
## Differences from libcron
88

cmake/chron-cpp-config.cmake.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
include(${CMAKE_CURRENT_LIST_DIR}/chron-cpp-targets.cmake)
44

5-
find_dependency(reflectcpp)
6-
75
check_required_components(chron-cpp)

0 commit comments

Comments
 (0)