Remove the VC++ compiler option /FR, as it leads to an ICE for #include <Eigen/Sparse>

This commit is contained in:
Andreas Fabri 2017-09-06 10:54:22 +01:00
parent d5d8ddecba
commit e4a951d8ed
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ if ( CGAL_FOUND )
# 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")