Closed markcmiller86 closed 3 weeks ago
This is to fix caching of VISIT_CONFIG_SITE command-line option so that re-run attempts will remember the setting.
VISIT_CONFIG_SITE
I also removed all modification comments in CMakeLists.txt prior to 2020.
CMakeLists.txt
@cyrush I believe this should fix your issues with VISIT_CONFIG_SITE
Description
This is to fix caching of
VISIT_CONFIG_SITE
command-line option so that re-run attempts will remember the setting.I also removed all modification comments in
CMakeLists.txt
prior to 2020.Type of change
[ ] New feature[ ] Documentation update[ ] OtherHow Has This Been Tested?
Reminders:
Checklist:
[ ] I have commented my code where applicable.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have added new baselines for any new tests to the repo.