Update lib/spack/spack/build_systems/ctest.py

Co-authored-by: Chris White <white238@llnl.gov>
This commit is contained in:
psakievich 2024-09-17 11:34:52 -06:00 committed by GitHub
parent a713af9aa8
commit c15c483789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ class CTestBuilder(spack.build_systems.cmake.CMakeBuilder):
@property
def std_cmake_args(self):
"""
Args to alawys supply to CMake. CDash args don't do anything if you don't submit
Args to always supply to CMake. CDash args don't do anything if you don't submit
TODO: workout how to get the track,build,site mapped correctly
Currently this ignores the spack flags, and injests the CTestConfig.cmake files