wonton package: fix reference error (#27963)
This commit is contained in:
parent
bb1d0d1900
commit
1b273ed5c9
@ -115,7 +115,7 @@ def cmake_args(self):
|
|||||||
options.append('-DWONTON_ENABLE_Jali=OFF')
|
options.append('-DWONTON_ENABLE_Jali=OFF')
|
||||||
|
|
||||||
# BROKEN DEPENDENCY!!!!!!
|
# BROKEN DEPENDENCY!!!!!!
|
||||||
options.append(define_from_variant('WONTON_ENABLE_FleCSI', 'flecsi'))
|
options.append(self.define_from_variant('WONTON_ENABLE_FleCSI', 'flecsi'))
|
||||||
|
|
||||||
# Unit test variant
|
# Unit test variant
|
||||||
if self.run_tests:
|
if self.run_tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user