Issue with curl and teaserpp
If curl
(note: pdal
depends on curl
) and teaserpp
are both enable the build will likely fail.
Reason: teaserpp will try to use curl with ssl enabled and by default the ALLOW_openssl
is disabled.
Need investigation.