From 9c10d6e647d24cedeb06b0f64d52641a8ea41e9e Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Thu, 10 Sep 2009 09:19:00 +0000 Subject: [PATCH] Temporary traces: turn on CGAL assertions --- .../test/Surface_reconstruction_points_3/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/CMakeLists.txt b/Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/CMakeLists.txt index b9e34e9155d..627903ff383 100644 --- a/Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/CMakeLists.txt +++ b/Surface_reconstruction_points_3/test/Surface_reconstruction_points_3/CMakeLists.txt @@ -48,7 +48,8 @@ if ( CGAL_FOUND ) endif() # Temporary debugging stuff - ADD_DEFINITIONS( "-DDEBUG_TRACE=2" ) + ADD_DEFINITIONS( "-DDEBUG_TRACE=2" ) # turn on traces + string(REGEX REPLACE "-DCGAL_NDEBUG" "" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}") # turn on assertions # Executables that do *not* require BLAS, LAPACK nor TAUCS create_single_source_cgal_program( "APSS_reconstruction_test.cpp" )