diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-07 04:21:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-07 04:21:11 (GMT) |
commit | 679b8d05c8e25ce95e655b2c0f0e2793e408c368 (patch) | |
tree | 9132297412ee30f86923f3efedad58e986619562 /tests/CMakeLists.txt | |
parent | 9d296acf67a24f5f6120ab8b0dc628f097a5920e (diff) |
bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting this bug.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 29f8b25..a2e3c34 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -246,8 +246,7 @@ set(CGAL_SOURCES ../src/CGALCache.cc ../src/PolySetCGALEvaluator.cc ../src/CGAL_Nef_polyhedron_DxfData.cc - ../src/cgaladv_minkowski2.cc - ../src/cgaladv_convexhull2.cc) + ../src/cgaladv_minkowski2.cc) set(COMMON_SOURCES ../src/nodedumper.cc |