Skip to content

Commit

Permalink
Use Corrosion workaround for Clang cc/MSVC linker mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed May 26, 2023
1 parent f0c4cb4 commit a19372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (APPLE)
endif()
endif()

CPMAddPackage("gh:corrosion-rs/corrosion@0.3.2")
CPMAddPackage("gh:riidefi/corrosion#master")
if(NOT UNIX)
find_package(Corrosion REQUIRED)
endif()
Expand Down

0 comments on commit a19372e

Please sign in to comment.