mirror of https://github.com/CGAL/cgal
Follow-up of r73184: patch the date and CGAL version in man(1) pages
This commit is contained in:
parent
a0a88a3767
commit
f346d6baa7
|
|
@ -1,4 +1,4 @@
|
||||||
.TH CGAL_CREATE_CMAKE_SCRIPT "1" "October 2012" "CGAL 4.1" "User Commands"
|
.TH CGAL_CREATE_CMAKE_SCRIPT "1" "@DATE@" "CGAL @CGAL_VERSION@" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cgal_create_cmake_script \- create a cmake script for applications using CGAL
|
cgal_create_cmake_script \- create a cmake script for applications using CGAL
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
||||||
|
|
@ -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}
|
[ ! -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 $@
|
./cgal_test_with_cmake $@
|
||||||
|
RESULT=$?
|
||||||
cat error.txt
|
cat error.txt
|
||||||
|
exit $RESULT
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,7 @@ configure()
|
||||||
echo "Configuring... "
|
echo "Configuring... "
|
||||||
|
|
||||||
if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
|
if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
|
||||||
|
-DCMAKE_BUILD_TYPE=Debug \\
|
||||||
-DCGAL_DIR="\$CGAL_DIR" \\
|
-DCGAL_DIR="\$CGAL_DIR" \\
|
||||||
.' ; then
|
.' ; then
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue