diff options
author | Nil Geisweiller <a-lin@sourceforge.net> | 2006-10-17 20:25:50 +0000 |
---|---|---|
committer | Nil Geisweiller <a-lin@sourceforge.net> | 2006-10-17 20:25:50 +0000 |
commit | 8a05d2efa0ed6156798bfb34824f6bc53b40134f (patch) | |
tree | 9df98f285189f899fc6323396273a75500625531 | |
parent | 7e2777670f20dec0dce37f70351a3d16fbc1ed24 (diff) |
detect jack >= 0.102.1
-rw-r--r-- | muse/CMakeLists.txt | 6 |
1 files 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) |