aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@325d7946-0b50-4e3b-902a-3a8d69fbdfa6>2015-01-14 14:14:12 +0000
committerrhaas <rhaas@325d7946-0b50-4e3b-902a-3a8d69fbdfa6>2015-01-14 14:14:12 +0000
commitc3399ae236e57f7701c9d6ec1435599a33610e3d (patch)
tree0c34c5dcdd8a7b9caa69822f5bc919e1bf996549
parent22fee8ec59f74c114cb082e41c28b4379cea387c (diff)
allow direct specification of FFTW3_INC_DIRS and FFTW3_LIB_DIRSsvn
this closes ticket 1735 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/FFTW3/trunk@47 325d7946-0b50-4e3b-902a-3a8d69fbdfa6
-rw-r--r--configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 13aa5ff..dce562b 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -4,7 +4,7 @@ PROVIDES FFTW3
{
SCRIPT src/detect.sh
LANG bash
- OPTIONS FFTW3_DIR FFTW3_INSTALL_DIR FFTW3_LIBS
+ OPTIONS FFTW3_DIR FFTW3_INSTALL_DIR FFTW3_LIBS FFTW3_INC_DIRS FFTW3_LIB_DIRS
}
# Pass configuration options to build script