Skip to content

Commit fff7c78

Browse files
committed
Updated CALF release
1 parent 9c2e3be commit fff7c78

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ FetchContent_Declare(
6060
FetchContent_Declare(
6161
calf
6262
GIT_REPOSITORY https://github.com/High-Performance-IO/calf.git
63-
GIT_TAG perfecto-trace-format
63+
GIT_TAG v0.3.0
6464
)
6565

6666
set(CALF_PROTOBUF ON CACHE BOOL "" FORCE)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ At runtime, CAPIO-CL’s parser and engine components analyze, track, and manage
6161
config files
6262
- [GoogleTest](https://github.com/google/googletest) for automated testing
6363
- [pybind11](https://github.com/pybind/pybind11) when building python wheels
64+
- [CALF](https://github.com/High-Performance-IO/CALF) for both logs and CLI messages
6465

6566
jsoncons, GoogleTest and pybind11 are fetched automatically by CMake — no manual setup required.
6667

0 commit comments

Comments
 (0)