summaryrefslogtreecommitdiff
blob: b9bddf1d9d9779e5d88ead499b41ffcac9e014c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/mscore/CMakeLists.txt b/mscore/CMakeLists.txt
index fcf9332..59db47a 100644
--- a/mscore/CMakeLists.txt
+++ b/mscore/CMakeLists.txt
@@ -715,7 +715,7 @@ else (MINGW)
            if (APPLE)
                set(PORTMIDI_LIB portmidi)
            else (APPLE)
-               set(PORTMIDI_LIB -lportmidi -lporttime) # Remove -lporttime on RPM-based systems where PortTime is part of PortMidi.
+               set(PORTMIDI_LIB -lportmidi) # Remove -lporttime on RPM-based systems where PortTime is part of PortMidi.
            endif (APPLE)
            target_link_libraries(mscore ${PORTMIDI_LIB})
        endif (USE_PORTMIDI)