Skip to content

Commit

Permalink
Fix merge issue, use correct order of libs for CGAL.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Sep 5, 2018
1 parent 27c476d commit 40af343
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions features/cgal.prf
Expand Up @@ -9,18 +9,10 @@ CGAL_DIR = $$(CGALDIR)
message("CGAL location: $$CGAL_DIR")
}

CONFIG(mingw-cross-env)|CONFIG(mingw-cross-env-shared) {
LIBS += -lgmp -lmpfr -lCGAL
QMAKE_CXXFLAGS += -frounding-math
} else {
win* {
*-g++* {
QMAKE_CXXFLAGS += -frounding-math
}
} else {
QMAKE_CXXFLAGS += -frounding-math
}
LIBS += -lCGAL -lmpfr -lgmp
LIBS += -lCGAL -lmpfr -lgmp

*g++* {
QMAKE_CXXFLAGS += -frounding-math
}

*clang* {
Expand Down

0 comments on commit 40af343

Please sign in to comment.