|
From: Tapio V. <aa...@us...> - 2010-07-17 08:21:46
|
Module: performous Branch: master Commit: e3ba3fa22419dacc1ed3ca4a8ac2931e07c870be Author: Tapio Vierros <tap...@gm...> Date: Sat Jul 17 11:19:55 2010 +0300 Revert "Midi I/O does not compile under Fedora 13" This reverts commit 107a4c07d8a03dffa603a6d38eed6476c83bd70c. Reason: Apparantly this causes Launchpad builds to fail, so it is reverted pending better solution. --- cmake/Modules/FindPortMidi.cmake | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmake/Modules/FindPortMidi.cmake b/cmake/Modules/FindPortMidi.cmake index 38224a0..f5126d8 100644 --- a/cmake/Modules/FindPortMidi.cmake +++ b/cmake/Modules/FindPortMidi.cmake @@ -13,7 +13,7 @@ include(LibFindMacros) find_path(PortMidi_INCLUDE_DIR NAMES portmidi.h) find_library(PortMidi_LIBRARY NAMES portmidi) -find_library(PortTime_LIBRARY NAMES portmidi) +find_library(PortTime_LIBRARY NAMES porttime) set(PortMidi_PROCESS_INCLUDES PortMidi_INCLUDE_DIR) set(PortMidi_PROCESS_LIBS PortMidi_LIBRARY PortTime_LIBRARY) |