mirror of https://github.com/CGAL/cgal
Merge pull request #5343 from maxGimeno/Deactivate_geomview_demo-maxGimeno
Deactivate geomview_demo
This commit is contained in:
commit
211be93c00
|
|
@ -12,12 +12,12 @@
|
|||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined _MSC_VER || not defined CGAL_USE_GEOMVIEW
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Geomview doesn't work on Windows, so no demo." << std::endl;
|
||||
std::cout << "We don't support Geomview anymore, so no demo." << std::endl;
|
||||
return 0;
|
||||
}
|
||||
#else // can have Geomeview
|
||||
|
|
|
|||
Loading…
Reference in New Issue