Skip to content

Commit 7843940

Browse files
authored
Merge pull request #13788 from mcgratta/master
Sundials: Build with ifx on Windows
2 parents 657c082 + ed609fc commit 7843940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Scripts/SUNDIALS/build_sundials.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ cmake ..\ ^
131131
-DEXAMPLES_INSTALL_PATH="%INSTALLDIR%\examples" ^
132132
-DBUILD_FORTRAN_MODULE_INTERFACE=ON ^
133133
-DCMAKE_C_COMPILER=icx ^
134-
-DCMAKE_Fortran_COMPILER=ifort ^
134+
-DCMAKE_Fortran_COMPILER=ifx ^
135135
-DEXAMPLES_ENABLE_C=OFF ^
136136
-DEXAMPLES_ENABLE_CXX=OFF ^
137137
-DEXAMPLES_ENABLE_F2003=OFF ^

0 commit comments

Comments
 (0)