Fix capitalization again.
parent
b83b828507
commit
a1e5ea3b54
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue