Use the raw compiler path for the preprocessing pass in CLAW driver (#9748)
This commit is contained in:
parent
eed5bdad68
commit
768111c365
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user