mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-04 16:25:39 -05:00
Fix libremidi build files being picked up by the Windows installer
This commit is contained in:
parent
9cfa88dd8c
commit
372f12de95
|
|
@ -10,7 +10,7 @@ if(NOT EXISTS "${LIBREMIDI_DIR}")
|
|||
"MIDI support will be disabled!")
|
||||
return()
|
||||
endif()
|
||||
add_subdirectory("${LIBREMIDI_DIR}" "${LIBREMIDI_DIR}/build")
|
||||
add_subdirectory("${LIBREMIDI_DIR}" "${LIBREMIDI_DIR}/build" EXCLUDE_FROM_ALL)
|
||||
|
||||
# --- End of section ---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user