diff --git a/CMakeLists.txt b/CMakeLists.txt index edb44f3a..a08dbf2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -288,7 +288,7 @@ endif(CODEC2_BUILD_DIR) # if(NOT USE_STATIC_PORTAUDIO) message(STATUS "Looking for portaudio...") - find_package(portaudio REQUIRED) + find_package(Portaudio REQUIRED) if(PORTAUDIO_FOUND) message(STATUS " portaudio library: ${PORTAUDIO_LIBRARIES}") message(STATUS " portaudio headers: ${PORTAUDIO_INCLUDE_DIRS}")