Skip to content

Commit 28bcf5e

Browse files
feat: bump instrument-hooks to use int32_t for pid
1 parent d57b59f commit 28bcf5e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

core/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ include(FetchContent)
1515
FetchContent_Declare(
1616
instrument_hooks_repo
1717
GIT_REPOSITORY https://github.com/CodSpeedHQ/instrument-hooks
18+
<<<<<<< Updated upstream
1819
GIT_TAG 4376be3e1e2d0e0c82d690bcb8e54bde98b7805c
20+
=======
21+
GIT_TAG ecdf31a3afd0fb879823e40df65129ec823d374b
22+
>>>>>>> Stashed changes
1923
)
2024
FetchContent_MakeAvailable(instrument_hooks_repo)
2125
FetchContent_GetProperties(instrument_hooks_repo)

0 commit comments

Comments
 (0)