mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
MSVC build: do not install RtMidi files
This commit is contained in:
+2
-1
@@ -89,7 +89,8 @@ else() # NOT (ANDROID OR EMSCRIPTEN)
|
||||
|
||||
FetchContent_Declare(rtmidi
|
||||
URL https://github.com/thestk/rtmidi/archive/refs/tags/6.0.0.zip
|
||||
URL_HASH SHA1=43287aff8c2c03d3b38cff4d44611763f5e149fa)
|
||||
URL_HASH SHA1=43287aff8c2c03d3b38cff4d44611763f5e149fa
|
||||
EXCLUDE_FROM_ALL)
|
||||
set(RTMIDI_BUILD_TESTING OFF CACHE BOOL "Build test programs" FORCE)
|
||||
FetchContent_MakeAvailable(rtmidi)
|
||||
set_property(TARGET rtmidi PROPERTY COMPILE_WARNING_AS_ERROR OFF)
|
||||
|
||||
Reference in New Issue
Block a user