Skip to content

chore(CMakeLists.txt): add flag to exclude SFCGAL system libray from build

Benoit D.-M. requested to merge benoitdm_oslandia/SFCGAL:fix/cmake into master

In case SFCGAL is already installed by a package manager, cmake builds with the system lib first and does not take into account the local modifications. This flag allows to ignore system includes during build phase.

ref PR !304 (merged)

ping @jfelder

Merge request reports