Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Thank you for your contribution to samurai! --> <!-- Please check the following before submitting your PR --> - [ x] I have installed [pre-commit](https://pre-commit.com/) locally and use it to validate my commits. - [ x] The PR title follows the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) convention. Available tags: 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test' - [ x] This new PR is documented. - [ x] This new PR is tested. ## Description Fix the right variable names into samuraiConfig.cmake.in. Fix also typo in CMakeLists.txt for Field container list (while not yet encountering issue with these lines). ## Related issue Before that fix, cmake was complaining "string no output variable specified" pointing to samuraiConfig.cmake line 81. ## How has this been tested? <!-- Give the list of files used to test this new implementation. --> ## Code of Conduct By submitting this PR, you agree to follow our [Code of Conduct](https://github.com/hpc-maths/samurai/blob/master/docs/CODE_OF_CONDUCT.md) - [x ] I agree to follow this project's Code of Conduct Co-authored-by: Nicolas Grenier <nicolas.grenier@lisn.upsaclay.fr>
- Loading branch information