added warning in case no default kernel is available
This commit is contained in:
@@ -14,5 +14,6 @@ int main() {
|
||||
}
|
||||
|
||||
#else
|
||||
#warning CGAL has no default CGAL::Arithmetic kernel
|
||||
int main() { return 0; }
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user