wonton package: fix reference error (#27963)

This commit is contained in:
Tracy-Pantleo 2021-12-16 10:55:37 -07:00 committed by GitHub
parent bb1d0d1900
commit 1b273ed5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ def cmake_args(self):
options.append('-DWONTON_ENABLE_Jali=OFF')
# BROKEN DEPENDENCY!!!!!!
options.append(define_from_variant('WONTON_ENABLE_FleCSI', 'flecsi'))
options.append(self.define_from_variant('WONTON_ENABLE_FleCSI', 'flecsi'))
# Unit test variant
if self.run_tests: