diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b042e5..1ba06a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,7 +142,6 @@ ELSE(MINGW) SET(CMAKE_INSTALL_PREFIX "/usr" ) ELSE(APPLE) SET(OSS_LIB_PATHS "/usr/lib${LIB_SUFFIX}/oss/lib" "/usr/local/lib${LIB_SUFFIX}/oss/lib" ) - SET(RUBBERBAND_INCLUDE_PATHS "/usr/include/rubberband" ) ENDIF(APPLE) ENDIF(MINGW) @@ -220,7 +219,7 @@ FIND_HELPER(LASH lash-1.0 lash/lash.h lash) FIND_HELPER(LRDF lrdf lrdf.h lrdf) FIND_HELPER(RAPTOR raptor2 raptor.h raptor) -FIND_HELPER(RUBBERBAND rubberband RubberBandStretcher.h rubberband) +FIND_HELPER(RUBBERBAND rubberband rubberband/RubberBandStretcher.h rubberband) FIND_HELPER(CPPUNIT cppunit cppunit/TestCase.h cppunit) # CHECK FOR Qt4