Skip to content

Commit

Permalink
Fix incorrect merge from abd62b7
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed May 21, 2020
1 parent abd62b7 commit 0e75414
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/third_party/rtmidi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ if ( PLATFORM_WIN )
IMPORTED_IMPLIB ${rtmidi_LIBRARIES}
IMPORTED_LOCATION ${rtmidi_LIBRARIES}
)
target_include_directories( rtmidi INTERFACE ${rtmidi_INCLUDE_DIRS} )
target_compile_definitions( rtmidi INTERFACE ${_midi_defs} )
target_link_libraries( rtmidi INTERFACE ${_midi_libs} )
else ()
set_target_properties(
rtmidi::rtmidi PROPERTIES
Expand Down

0 comments on commit 0e75414

Please sign in to comment.