diff options
-rw-r--r-- | cgal.pri | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ cgal { LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc90-mt-s } else { LIBS += -lgmp -lmpfr -lCGAL + # FIXME: We should put this back for the Windows gcc-build QMAKE_CXXFLAGS += -frounding-math # visual C++ doesn't have this } |