Skip to content

Commit 3c5298f

Browse files
committed
fix: cmake example
1 parent 13fbb2a commit 3c5298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include(FetchContent)
1515
FetchContent_Declare(
1616
instrument_hooks
1717
GIT_REPOSITORY https://github.com/CodSpeedHQ/instrument-hooks/
18-
GIT_TAG a2971f00dd2a9ce475d4f28ca2a1d7e4ec41eefd
18+
GIT_TAG c1b097906fa9b8808f1fca50d75970974d23e627
1919
)
2020
FetchContent_MakeAvailable(instrument_hooks)
2121

0 commit comments

Comments
 (0)