Merge pull request #5343 from maxGimeno/Deactivate_geomview_demo-maxGimeno

Deactivate geomview_demo
This commit is contained in:
Laurent Rineau 2021-01-21 16:18:59 +01:00
commit 211be93c00
1 changed files with 2 additions and 2 deletions

View File

@ -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