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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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