Skip to content

Commit

Permalink
fix: freeze GSl version due to instability with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed May 7, 2024
1 parent ca80d55 commit a88f3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message(STATUS "${ASAP_LOG_PROJECT_HIERARCHY} >> third-party modules")
# GSL
# ------------------------------------------------------------------------------

asap_add_package(NAME gsl GIT_TAG main GITHUB_REPOSITORY microsoft/GSL)
asap_add_package(NAME gsl GIT_TAG v4.0.0 GITHUB_REPOSITORY microsoft/GSL)

# ------------------------------------------------------------------------------
# fmt::fmt-header-only
Expand Down

0 comments on commit a88f3c6

Please sign in to comment.