From 262b2d82acd34a962c052319915db7d37715452c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 11 Feb 2013 17:42:23 -0800 Subject: [PATCH] Revert "set portaudio install dir to avoid permissions error" This reverts commit 903bffd797f98d141876c1c5703b4274d1c57b8b. --- interface/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index c4c9ea643a..9e356aa5eb 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -40,7 +40,6 @@ ExternalProject_Add( portaudio PREFIX ${PORTAUDIO_PROJ_DIR} BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio - INSTALL_DIR ${PORTAUDIO_PROJ_DIR}/install URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz CONFIGURE_COMMAND /configure BUILD_COMMAND make