Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 355ab97

Browse files
committedAug 15, 2024·
Merge branch 'parallelism-fixes' into msweep-release-testing
2 parents 5610df5 + f0153a4 commit 355ab97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if (DEFINED CMAKE_TELESCOPE_LIBRARY AND DEFINED CMAKE_TELESCOPE_HEADERS)
243243
else()
244244
FetchContent_Declare(telescope
245245
GIT_REPOSITORY https://github.com/tmaklin/telescope.git
246-
GIT_TAG v0.7.2
246+
GIT_TAG v0.7.3
247247
PREFIX "external"
248248
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/external/telescope"
249249
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/external/telescope"

0 commit comments

Comments
 (0)
Please sign in to comment.