Skip to content
Snippets Groups Projects
Commit 1a9ee8f0 authored by Mark Olesen's avatar Mark Olesen
Browse files

COMP: ubuntu build with CGAL lacks dependency on gmp/mpfr (issue #288)

- slightly odd. Building CGAL on other Linux systems have a proper
  ldd dependency for gmp/mpfr, but ubuntu doesn't
parent b6d79ed4
No related merge requests found
......@@ -12,4 +12,5 @@ CGAL_LIBS = \
-L$(BOOST_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-L$(CGAL_ARCH_PATH)/lib \
-L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-lCGAL
-lCGAL \
-lmpfr
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment