Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Upgrade Sleipnir to fix Rust callbacks only working once #176

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ elseif(${OPTIMIZER_BACKEND} STREQUAL "sleipnir")
fetchcontent_declare(
Sleipnir
GIT_REPOSITORY https://github.com/SleipnirGroup/Sleipnir.git
# main on 2024-06-17
GIT_TAG ef4b47348b0f14861499337a1958b97294a2b67d
# main on 2024-06-18
GIT_TAG affeafcd797ad1312b18172dbaed0a69cca6546e
PATCH_COMMAND
git apply
${CMAKE_CURRENT_SOURCE_DIR}/cmake/0001-Downgrade-to-C-20.patch
Expand Down
Loading