We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53658c1 commit d3769f7Copy full SHA for d3769f7
1 file changed
cmake/libremidi.winmidi.cmake
@@ -5,7 +5,7 @@ endif()
5
if(LIBREMIDI_DOWNLOAD_CPPWINRT)
6
if(NOT EXISTS "${CMAKE_BINARY_DIR}/winmidi-headers.zip")
7
file(DOWNLOAD
8
- https://github.com/microsoft/MIDI/releases/download/rc-1/Microsoft.Windows.Devices.Midi2.1.0.14-rc.1.209.nupkg
+ https://github.com/microsoft/MIDI/releases/download/rc-2/Microsoft.Windows.Devices.Midi2.1.0.15-rc.2.15.nupkg
9
"${CMAKE_BINARY_DIR}/winmidi-headers.zip"
10
)
11
endif()
0 commit comments