Skip to content

Commit 24eaf3b

Browse files
committed
Merge pull request #2394 from afabri/Parameterization-CMakeLists.txt-GF
Parameterization: Remove VC++ compiler option; Remove a macro concerning Eigen
2 parents a8cd93d + ded5764 commit 24eaf3b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Solver_interface/include/CGAL/Eigen_matrix.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include <CGAL/basic.h> // include basic.h before testing #defines
2323

24-
#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
2524
#include <Eigen/Sparse>
2625

2726
namespace CGAL {

Surface_mesh_parameterization/test/Surface_mesh_parameterization/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ if ( CGAL_FOUND )
1919

2020
# VisualC++ optimization for applications dealing with large data
2121
if (MSVC)
22-
# Use /FR to turn on IntelliSense
23-
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /FR")
2422

2523
# Allow Windows applications to use up to 3GB of RAM
2624
SET (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /LARGEADDRESSAWARE")

0 commit comments

Comments
 (0)