yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11650
[Branch ~yade-pkg/yade/git-trunk] Rev 3540: Drop -frounding-math compiler flag from FindCGAL.
------------------------------------------------------------
revno: 3540
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Mon 2014-11-17 15:39:26 +0100
message:
Drop -frounding-math compiler flag from FindCGAL.
modified:
cMake/FindCGAL.cmake
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'cMake/FindCGAL.cmake'
--- cMake/FindCGAL.cmake 2012-06-07 18:20:40 +0000
+++ cMake/FindCGAL.cmake 2014-11-17 14:39:26 +0000
@@ -10,8 +10,6 @@
# CGAL_LIBRARIES: the libraries needed to use CGAL
# CGAL_FOUND: if false, do not try to use CGAL
-SET(CGAL_DEFINITIONS -frounding-math)
-
IF(CGAL_INCLUDE_DIR AND CGAL_LIBRARIES)
SET(CGAL_FOUND TRUE)
ELSE(CGAL_INCLUDE_DIR AND CGAL_LIBRARIES)
Follow ups