changeset 2032:8c931e2b7b3e

package cgal: fix test program name
author Mark Brand <mabrand@mabrand.nl>
date Sat, 22 Oct 2011 12:33:29 +0200
parents 42ea60937f81
children 3123399c241c
files src/cgal.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cgal.mk	Sat Oct 22 10:59:03 2011 +0200
+++ b/src/cgal.mk	Sat Oct 22 12:33:29 2011 +0200
@@ -44,5 +44,5 @@
         -DCGAL_DIR:STRING="../.." .
     $(MAKE) -C '$(1)/examples/AABB_tree' -j $(JOBS)
     $(MAKE) -C '$(1)' -j $(JOBS) install
-    $(INSTALL) '$(1)/examples/AABB_tree/AABB_polyhedron_edge_example.exe' '$(PREFIX)/$(TARGET)/bin/test-libcgal.exe'
+    $(INSTALL) '$(1)/examples/AABB_tree/AABB_polyhedron_edge_example.exe' '$(PREFIX)/$(TARGET)/bin/test-cgal.exe'
 endef