diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-06 00:43:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-06 00:43:44 (GMT) |
commit | bb0ec94290733835df0716531c30460fc5b5210a (patch) | |
tree | 97e0c552ac7d7a19d9819a89c9277e461ff7c074 /tests | |
parent | 65a5aa23bfd78718972082f82eb7366d01a968a6 (diff) |
#undef NDEBUG before including any CGAL headers
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cgalpngtest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/cgalpngtest.cc b/tests/cgalpngtest.cc index fcc5977..800a829 100644 --- a/tests/cgalpngtest.cc +++ b/tests/cgalpngtest.cc @@ -54,10 +54,6 @@ #include <assert.h> #include <sstream> -#ifdef ENABLE_CGAL -#include <CGAL/assertions_behaviour.h> -#endif - std::string commandline_commands; QString currentdir; QString examplesdir; |