Revise variables passing from ctest to cmake
Open
enhancement
stale
testing
- Dominant language
- C++
- Stars
- 403
- Forks
- 154
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 82
Description
In order to avoid too long ctest command line, the way to pass options from ctest to cmake needs to be revised.
See the exploration in PR #347
HDF5_ROOT is mananged by FindHDF5 module and used as environment variable only. It can be passed in as environment variable.
QMC_COMPLEX is managed by our CMakeLists, it has to be passed by -D explicitly.
Contributor guide
Assessment
This issue has not been assessed yet.