Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 17, 2023
1 parent 4a6dbf4 commit d6a1c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ include("cmake/cpm.cmake")

CPMFindPackage(
NAME rohrkabel
VERSION 2.3
GIT_REPOSITORY "https://github.com/Soundux/rohrkabel"
VERSION 2.4
GIT_REPOSITORY "https://github.com/Curve/rohrkabel"
)

CPMFindPackage(
Expand All @@ -83,8 +83,8 @@ CPMFindPackage(

CPMFindPackage(
NAME channel
VERSION 2.1
GIT_REPOSITORY "https://github.com/Soundux/channel"
VERSION 2.2
GIT_REPOSITORY "https://github.com/Curve/channel"
)

CPMFindPackage(
Expand All @@ -99,7 +99,7 @@ CPMFindPackage(
GIT_REPOSITORY "https://github.com/stephenberry/glaze"
)

target_link_libraries(${PROJECT_NAME} PUBLIC soundux::rohrkabel tl::expected cr::channel glaze::glaze range-v3::meta)
target_link_libraries(${PROJECT_NAME} PUBLIC cr::rohrkabel tl::expected cr::channel glaze::glaze range-v3::meta)

# --------------------------------------------------------------------------------------------------------
# Custom Find-Package configurations
Expand Down

0 comments on commit d6a1c74

Please sign in to comment.