Skip to content

Commit b96311d

Browse files
committed
Fix config
1 parent 7ad7417 commit b96311d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/slick-stream-buffer-multiplexerConfig.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# Find dependencies
44
include(CMakeFindDependencyMacro)
55

6-
find_dependency(slick-stream-buffer 1.0.4 QUIET)
6+
find_dependency(slick-stream-buffer 1.0.5 QUIET)
77
if (NOT slick-stream-buffer_FOUND)
88
include(FetchContent)
99

1010
set(BUILD_SLICK_STREAM_BUFFER_TESTS OFF CACHE BOOL "" FORCE)
1111
FetchContent_Declare(
1212
slick-stream-buffer
1313
GIT_REPOSITORY https://github.com/SlickQuant/slick-stream-buffer.git
14-
GIT_TAG v1.0.4
14+
GIT_TAG v1.0.5
1515
)
1616
FetchContent_MakeAvailable(slick-stream-buffer)
1717
endif()

0 commit comments

Comments
 (0)