Use the raw compiler path for the preprocessing pass in CLAW driver (#9748)

This commit is contained in:
Valentin Clement (バレンタイン クレメン) 2018-11-07 15:24:24 +01:00 committed by Massimiliano Culpo
parent eed5bdad68
commit 768111c365

View File

@ -30,4 +30,7 @@ def cmake_args(self):
args.append('-DOMNI_CONF_OPTION=--with-libxml2={0}'.
format(spec['libxml2'].prefix))
args.append('-DCMAKE_Fortran_COMPILER={0}'.
format(self.compiler.fc))
return args