mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
tell portaudio configure to install to same dir
This commit is contained in:
parent
262b2d82ac
commit
0521a48a72
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ExternalProject_Add(
|
||||||
PREFIX ${PORTAUDIO_PROJ_DIR}
|
PREFIX ${PORTAUDIO_PROJ_DIR}
|
||||||
BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio
|
BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio
|
||||||
URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz
|
URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz
|
||||||
CONFIGURE_COMMAND <SOURCE_DIR>/configure
|
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix ${CMAKE_CURRENT_SOURCE_DIR}/${PORTAUDIO_PROJ_DIR}
|
||||||
BUILD_COMMAND make
|
BUILD_COMMAND make
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue