Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: libboost dependencies in Ubuntu 11.04

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: libboost dependencies in Ubuntu 11.04


Chronological Thread 
  • From: mm <>
  • To:
  • Subject: [cgal-discuss] Re: libboost dependencies in Ubuntu 11.04
  • Date: Mon, 22 Aug 2011 06:17:07 -0700 (PDT)

Yes, it is using CMake. Here the lines you asked for:

find_package(CGAL QUIET COMPONENTS Core)
vole_check_package(CGAL
"CGAL"
"Please install CGAL."
CGAL_FOUND
""
""
)
if (CGAL_FOUND)
set(BUILD_SHARED_LIBS false)
include(${CGAL_USE_FILE})
endif ()

The project also uses Qt, boost, and OpenCV, for example. (Also Qhull and
LPSolve but we try to reduce dependencies...)

Thanks for your time!

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/libboost-dependencies-in-Ubuntu-11-04-tp3755646p3760088.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page