From ee1149d758c072b647e891eaa071c4093340be9e Mon Sep 17 00:00:00 2001 From: Curve Date: Thu, 12 Oct 2023 09:11:55 +0200 Subject: [PATCH] chore(deps): bump dependencies --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61bb8e1..cd9fb96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ CPMFindPackage( CPMFindPackage( NAME channel - VERSION 2.1 + VERSION 2.2 GIT_REPOSITORY "https://github.com/Soundux/channel" ) @@ -134,4 +134,4 @@ endif() # -------------------------------------------------------------------------------------------------------- install(DIRECTORY "include/" TYPE INCLUDE) -install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib INCLUDES DESTINATION include) \ No newline at end of file +install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib INCLUDES DESTINATION include)