CrayPE fix for json-c (#23515)

remove -Werror flag when compiling with cce
This commit is contained in:
lukebroskop
2021-05-10 14:16:25 -05:00
committed by GitHub
parent a5422f8015
commit 57ccb6ea13

View File

@@ -41,3 +41,9 @@ def build(self, spec, prefix):
@when('@:0.13.1')
def install(self, spec, prefix):
make('install')
@when('%cce@11.0.3:')
def patch(self):
filter_file('-Werror',
'',
'CMakeLists.txt')