Follow-up of r73184: patch the date and CGAL version in man(1) pages
This commit is contained in:
@@ -13,4 +13,6 @@ fi
|
||||
[ ! -x cgal_test_with_cmake ] && echo "No cgal_test_with_cmake in current directory, creating it" && create_cgal_test_with_cmake ${in_demo}
|
||||
|
||||
./cgal_test_with_cmake $@
|
||||
RESULT=$?
|
||||
cat error.txt
|
||||
exit $RESULT
|
||||
|
||||
@@ -81,6 +81,7 @@ configure()
|
||||
echo "Configuring... "
|
||||
|
||||
if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
|
||||
-DCMAKE_BUILD_TYPE=Debug \\
|
||||
-DCGAL_DIR="\$CGAL_DIR" \\
|
||||
.' ; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user