Don't search for and link to libcln when using libqalculate>=2.0
ClosedPublic

Authored by arojas on Aug 28 2017, 4:50 PM.

Details

Summary

Cantor doesn't use any cln code directly, only via libqalculate. In version 2.0, libqalculate dropped cln in favor of gmp, so the cln dependency becomes unnecessary.

Test Plan

Builds and works with libqalculate 1.0 (which uses cln) and 2.0 (which doesn't)

Diff Detail

Repository
R55 Cantor
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arojas created this revision.Aug 28 2017, 4:50 PM
arojas updated this revision to Diff 18909.Aug 29 2017, 8:26 AM

Fix build without libqalculate

aacid accepted this revision.Aug 29 2017, 6:16 PM
This revision is now accepted and ready to land.Aug 29 2017, 6:16 PM
This revision was automatically updated to reflect the committed changes.