Closed agurfinkel closed 5 years ago
CMake top-level options should be prefixed with CRAB. For example,
CRAB
USE_LDD --> CRAB_ENABLE_LDD USE_APRON --> CRAB_ENABLE_APRON
USE_LDD
CRAB_ENABLE_LDD
USE_APRON
CRAB_ENABLE_APRON
etc.
CMake top-level options should be prefixed with
CRAB
. For example,USE_LDD
-->CRAB_ENABLE_LDD
USE_APRON
-->CRAB_ENABLE_APRON
etc.