Cytnx
Cytnx copied to clipboard
Default values with and without using CMakePresents.json
It seems that the default values with and without using CMakePresents.json are not consistent.
If I use cmake -S . -B build the default value for USE_HPTT is OFF.
If I use cmake -S . -B build --preset openblas-cpu the default value for USE_HPTT is ON.
Is this on-purpose or should we make them consistent?
We should make USE_HPTT=on by default
When we refactored CMakeLists.txt, we preserved the original default configuration in CMakeLists.txt, so the default configuration in CMakeLists.txt and in CMakePresets.json are different. I agree; it would be best to keep them consistent.