Skip to content

Commit d3769f7

Browse files
committed
winmidi: update to latest API
1 parent 53658c1 commit d3769f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/libremidi.winmidi.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif()
55
if(LIBREMIDI_DOWNLOAD_CPPWINRT)
66
if(NOT EXISTS "${CMAKE_BINARY_DIR}/winmidi-headers.zip")
77
file(DOWNLOAD
8-
https://github.com/microsoft/MIDI/releases/download/rc-1/Microsoft.Windows.Devices.Midi2.1.0.14-rc.1.209.nupkg
8+
https://github.com/microsoft/MIDI/releases/download/rc-2/Microsoft.Windows.Devices.Midi2.1.0.15-rc.2.15.nupkg
99
"${CMAKE_BINARY_DIR}/winmidi-headers.zip"
1010
)
1111
endif()

0 commit comments

Comments
 (0)