"src/graph/sampling/README.md" did not exist on "5967d81782e4dc41c95815de44885703fd1d0259"
Commit b9f04fdc authored by Davis King's avatar Davis King
Browse files

Fix error in build-and-test.sh script

parent cd6080ca
......@@ -49,7 +49,7 @@ fi
if [ "$VARIANT" = "old-cmake" ]; then
mkdir build
cd build
CMAKEDIR=../cmake -DCMAKE_CXX_FLAGS="${CXX_FLAGS}"
CMAKEDIR=../cmake
$CMAKEDIR/2.8/bin/cmake ../dlib/test/tools
$CMAKEDIR/2.8/bin/cmake --build . -- -j 2
......
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