Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Fix Catalyst CMAKE_PREFIX_PATH (AMReX-Codes#4067)
## Summary This appears to be a typo: - env variable is `CMAKE_PREFIX_PATH` - on Unix, paths are separated by `:` (Windows is `;`) ## Additional background Follow-up to AMReX-Codes#4011 cc @ChristosT @c-wetterer-nelson ## Checklist The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities to AMReX - [ ] changes answers in the test suite to more than roundoff level - [ ] are likely to significantly affect the results of downstream AMReX users - [ ] include documentation in the code and/or rst files, if appropriate
- Loading branch information