Oslandia / SFCGAL

MOVED TO GITLAB: https://gitlab.com/sfcgal/SFCGAL. A wrapper around CGAL that intents to implement 2D and 3D operations on OGC standards models
https://sfcgal.org
Other
112 stars 54 forks source link

Multiple cmake fixes #223

Closed lbartoletti closed 4 years ago

lbartoletti commented 4 years ago
  1. Libtoolize

2.. CMP0077 / Boost_USE_STATIC_LIBS

  1. PrecompiledHeader
    • It's not used, so better to remove it.
mhugo commented 4 years ago

@lbartoletti Thanks !