Skip to content

Commit 4601fb2

Browse files
authored
Merge pull request #374 from chewi/pin-tcmu
Pin libtcmu git tag rather than pointing at the main branch
2 parents 5326fc3 + a760aae commit 4601fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/Findtcmu.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(FETCHCONTENT_QUIET false)
44
FetchContent_Declare(
55
tcmu
66
GIT_REPOSITORY https://github.com/data-accelerator/photon-libtcmu.git
7-
GIT_TAG main
7+
GIT_TAG 813fd65361bb2f348726b9c41478a44211847614
88
)
99

1010
if(BUILD_TESTING)

0 commit comments

Comments
 (0)