Skip to content

Commit

Permalink
fix softfloat to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoGei committed Feb 24, 2023
1 parent 223bd54 commit 7c0e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/softfloat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(FetchContent)

FetchContent_Declare(softfloat_srcs
GIT_REPOSITORY https://github.com/ucb-bar/berkeley-softfloat-3.git
GIT_TAG master
GIT_TAG 5c06db33fc1e2130f67c045327b0ec949032df1d
)
if(NOT softfloat_srcs_POPULATED)
FetchContent_Populate(softfloat_srcs)
Expand Down

0 comments on commit 7c0e4a5

Please sign in to comment.