File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ if (NOT DEFINED BUILD_FOR_LINUX)
2121else ()
2222
2323 include (cmake_declare_and_fetch.cmake.in)
24- DeclareAndFetch(teensy_x86_stubs https://github.com/newdigate/teensy-x86-stubs.git noinstall src)
25- DeclareAndFetch(teensy_x86_sd_stubs https://github.com/newdigate/teensy-x86-sd-stubs noinstall src)
26- DeclareAndFetch(teensy_audio_x86_stubs https://github.com/newdigate/teensy-audio-x86-stubs noinstall src)
24+ DeclareAndFetch(teensy_x86_stubs https://github.com/newdigate/teensy-x86-stubs.git main src)
25+ DeclareAndFetch(teensy_x86_sd_stubs https://github.com/newdigate/teensy-x86-sd-stubs main src)
26+ DeclareAndFetch(teensy_audio_x86_stubs https://github.com/newdigate/teensy-audio-x86-stubs main src)
2727 add_subdirectory (src)
2828 add_subdirectory (test )
2929
You can’t perform that action at this time.
0 commit comments