Skip to content

Commit

Permalink
Merge pull request #337 from Hackerl/main
Browse files Browse the repository at this point in the history
update dependencies of python loader
  • Loading branch information
Hackerl authored Oct 25, 2022
2 parents fcb5d73 + 10ecd73 commit 414f68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rasp/python/python-loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ FetchContent_MakeAvailable(ELFIO)
FetchContent_Declare(
trap
GIT_REPOSITORY https://github.com/Hackerl/trap
GIT_TAG master
GIT_TAG ccb0acc39faf8584c490d3ba34d788f4014f653e
)

FetchContent_MakeAvailable(trap)

FetchContent_Declare(
c-runtime
GIT_REPOSITORY https://github.com/Hackerl/c-runtime
GIT_TAG master
GIT_TAG 77e47318432a39b4920b8d06610aea0b43138b23
)

FetchContent_MakeAvailable(c-runtime)
Expand Down

0 comments on commit 414f68c

Please sign in to comment.