We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8cd93d + ded5764 commit 24eaf3bCopy full SHA for 24eaf3b
Solver_interface/include/CGAL/Eigen_matrix.h
@@ -21,7 +21,6 @@
21
22
#include <CGAL/basic.h> // include basic.h before testing #defines
23
24
-#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
25
#include <Eigen/Sparse>
26
27
namespace CGAL {
Surface_mesh_parameterization/test/Surface_mesh_parameterization/CMakeLists.txt
@@ -19,8 +19,6 @@ if ( CGAL_FOUND )
19
20
# VisualC++ optimization for applications dealing with large data
if (MSVC)
- # Use /FR to turn on IntelliSense
- SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /FR")
# Allow Windows applications to use up to 3GB of RAM
SET (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /LARGEADDRESSAWARE")
0 commit comments