Commit e5432145 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5163 change BDBDIR to CMAKE_PREFIX_PATH in run.fractal.tree.tests.bash


git-svn-id: file:///svn/toku/tokudb@45359 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6cdde4ee
......@@ -48,7 +48,7 @@ if [[ ! ( ( $ctest_model = Nightly ) || ( $ctest_model = Experimental ) || ( $ct
usage
fi
export BDBDIR=/usr/local/BerkeleyDB.$BDBVERSION
export CMAKE_PREFIX_PATH=/usr/local/BerkeleyDB.$BDBVERSION:$CMAKE_PREFIX_PATH
# delete some characters that cygwin and osx have trouble with
function sanitize() {
......@@ -168,7 +168,6 @@ cmake \
-D INTEL_CC=ON \
-D BUILD_TESTING=ON \
-D USE_BDB=ON \
-D BDBDIR=$BDBDIR \
-D RUN_LONG_TESTS=ON \
-D USE_CILK=OFF \
-D USE_CTAGS=OFF \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment