Skip to content

Commit

Permalink
Fix simfil reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Waguramu committed Dec 9, 2024
1 parent ec9c7e4 commit d73799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ else()
set(SIMFIL_SHARED NO CACHE BOOL "Simfil as static library")
FetchContent_Declare(simfil
GIT_REPOSITORY "https://github.com/Klebert-Engineering/simfil.git"
GIT_TAG "fix-compiler-confusion"
GIT_TAG "main"
GIT_SHALLOW ON)
FetchContent_MakeAvailable(simfil)
endif()
Expand Down

0 comments on commit d73799e

Please sign in to comment.