From 8a05d2efa0ed6156798bfb34824f6bc53b40134f Mon Sep 17 00:00:00 2001 From: Nil Geisweiller Date: Tue, 17 Oct 2006 20:25:50 +0000 Subject: detect jack >= 0.102.1 --- muse/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/muse/CMakeLists.txt b/muse/CMakeLists.txt index a3f33cee..60473bf0 100644 --- a/muse/CMakeLists.txt +++ b/muse/CMakeLists.txt @@ -138,12 +138,12 @@ else (NOT SAMPLERATE_INCDIR) endif (NOT SAMPLERATE_INCDIR) ## -## find jack >= 0.98.0 +## find jack >= 0.102.1 ## -PKGCONFIG (jack 0.98.0 JACK_INCDIR JACK_LIBDIR JACK_LIB JACK_CPP ) +PKGCONFIG (jack 0.102.1 JACK_INCDIR JACK_LIBDIR JACK_LIB JACK_CPP ) if (NOT JACK_INCDIR) - message(FATAL_ERROR "Fatal error: JACK >= 0.98.0 required") + message(FATAL_ERROR "Fatal error: JACK >= 0.102.1 required") else (NOT JACK_INCDIR) message("Jack detected") endif (NOT JACK_INCDIR) -- cgit v1.2.3