mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Missing endif().
This commit is contained in:
@@ -166,6 +166,7 @@ else()
|
||||
pkg_check_modules(RTMIDI REQUIRED IMPORTED_TARGET rtmidi)
|
||||
if (NOT RTMIDI_FOUND)
|
||||
pkg_check_modules(RTMIDI REQUIRED IMPORTED_TARGET librtmidi)
|
||||
endif()
|
||||
target_link_libraries(86Box PkgConfig::RTMIDI)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user