Skip to content

Commit

Permalink
Updating twine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
noizebox committed Sep 30, 2024
1 parent d02a648 commit 968e561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ if (${ELKLOG_USE_INCLUDED_TWINE})
add_subdirectory(twine)
elseif (${ELKLOG_USE_INCLUDED_WARNING_SUPPRESSOR})
add_subdirectory(twine/elk-warning-suppressor)
find_package(${TWINE_LIB} 0.4.0)
find_package(${TWINE_LIB} 0.5.0)
else ()
find_package(${TWINE_LIB} 0.4.0)
find_package(${TWINE_LIB} 0.5.0)
endif()

add_subdirectory(third-party)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ElkLog
Logger library with support for logging both non-realtime and realtime threads. ElkLog uses spdlog internally but adds features specifically for logging from Elk Audio OS.

Copyright 2020-2023 Elk Audio AB, Stockholm, Sweden.
Copyright 2020-2024 Elk Audio AB, Stockholm, Sweden.

## Usage

Expand Down

0 comments on commit 968e561

Please sign in to comment.