mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
don't allow CMake to escape UNIX in path for PortAudio
This commit is contained in:
parent
c117d62532
commit
c3bbebee58
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else (PORTAUDIO_LIBRARIES AND PORTAUDIO_INCLUDE_DIRS)
|
|||
if (APPLE)
|
||||
find_library(PORTAUDIO_LIBRARIES libportaudio.a ${PORTAUDIO_ROOT_DIR}/lib/MacOS/)
|
||||
else (UNIX)
|
||||
find_library(PORTAUDIO_LIBRARIES libportaudio.a ${PORTAUDIO_ROOT_DIR}/lib/UNIX/)
|
||||
find_library(PORTAUDIO_LIBRARIES libportaudio.a "${PORTAUDIO_ROOT_DIR}/lib/UNIX/")
|
||||
endif ()
|
||||
|
||||
if (PORTAUDIO_INCLUDE_DIRS AND PORTAUDIO_LIBRARIES)
|
||||
|
|
Loading…
Reference in a new issue