From 0521a48a72a264f3db4a6388871a9df26a9c3f14 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 11 Feb 2013 18:01:20 -0800 Subject: [PATCH] tell portaudio configure to install to same dir --- interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 9e356aa5eb..fd31c0a0d8 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -41,7 +41,7 @@ ExternalProject_Add( PREFIX ${PORTAUDIO_PROJ_DIR} BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz - CONFIGURE_COMMAND /configure + CONFIGURE_COMMAND /configure --prefix ${CMAKE_CURRENT_SOURCE_DIR}/${PORTAUDIO_PROJ_DIR} BUILD_COMMAND make )