Fix debug build
The conda feature is now implemented like follow:
-
LIMA_ENABLE_DEBUG
(log) is alwaysON
in the conda package and isON
by default in CMake -
DCMAKE_BUILD_TYPE=Debug
with the debug feature -
DCMAKE_BUILD_TYPE=RelWithDebinfo
without the debug feature
Add a missing export for LIMA_ENABLE_DEBUG
in the cmake package.
TODO:
-
Cherry pick to fix master as well