Fix typo in CMake options (#18125)
* New interface reconstruction package * forgot to put in CMake option for Jali * cleanup whitespace * fix lines with more than 79 chars * more long line cleanup * fix typo WONTON_ENABLE_Kokkos ---> TANGRAM_ENABLE_Kokkos Co-authored-by: Rao Garimella <rao@abyzou.lanl.gov>
This commit is contained in:
parent
3da40a5c61
commit
da1135cd19
1 changed files with 2 additions and 2 deletions
|
@ -74,9 +74,9 @@ def cmake_args(self):
|
|||
options.append('-DTANGRAM_ENABLE_THRUST=OFF')
|
||||
|
||||
if '+kokkos' in self.spec:
|
||||
options.append('-DWONTON_ENABLE_Kokkos=ON')
|
||||
options.append('-DTANGRAM_ENABLE_Kokkos=ON')
|
||||
else:
|
||||
options.append('-DWONTON_ENABLE_Kokkos=OFF')
|
||||
options.append('-DTANGRAM_ENABLE_Kokkos=OFF')
|
||||
|
||||
# Unit test variant
|
||||
if self.run_tests:
|
||||
|
|
Loading…
Reference in a new issue