mirror of https://github.com/CGAL/cgal
Fix script create_assertions.sh
This commit is contained in:
parent
8dceee4164
commit
e63d9a3009
|
|
@ -55,6 +55,8 @@ sed -e "s/XXX_/${nameUC}/g" -e "s/xxx_/${nameLC}/g" <<"EOF" \
|
|||
// macro (as <cassert>). Calling it a second time with another value
|
||||
// for NDEBUG for example must make a difference.
|
||||
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
// macro definitions
|
||||
// =================
|
||||
// assertions
|
||||
|
|
|
|||
Loading…
Reference in New Issue