diff --git a/cmake-proxies/portaudio-v19/CMakeLists.txt b/cmake-proxies/portaudio-v19/CMakeLists.txt index d8930ff8c..9baf5f6a8 100644 --- a/cmake-proxies/portaudio-v19/CMakeLists.txt +++ b/cmake-proxies/portaudio-v19/CMakeLists.txt @@ -88,7 +88,7 @@ cmd_option( ${_OPT}use_pa_jack if( NOT ${_OPT}use_pa_jack STREQUAL "off" ) # Find it - find_package( jack ) + find_package( Jack ) if( NOT JACK_FOUND) set_cache_value( ${_OPT}use_pa_jack "off" ) endif()