From d39be1922ea115f9ae08eb43ae8f69132cf5c099 Mon Sep 17 00:00:00 2001 From: Olivier Devillers Date: Mon, 4 Aug 2014 13:22:25 +0200 Subject: [PATCH] typo --- CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake b/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake index 52ca1d344ac..e7093a67bcd 100755 --- a/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake +++ b/CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake @@ -169,7 +169,7 @@ if ${MAKE_CMD} -f Makefile help | grep "hyperbolic" > /dev/null; then NEED_CLEAN=y fi if ${MAKE_CMD} -f Makefile help | grep "distance" > /dev/null; then - compile_and_run CGAL_hyperbolic + compile_and_run CGAL_distance NEED_CLEAN=y fi fi