Skip to content

Commit

Permalink
NEQ
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Dec 9, 2024
1 parent 4bf1359 commit a7699fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build-one.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setlocal EnableDelayedExpansion

if "%~FC%" != "" (
if "%FC%" NEQ "" (
echo using fortran %FC%
set "CMAKE_ARGS=!CMAKE_ARGS! -DSUITESPARSE_HAS_FORTRAN:BOOL=ON"
) else (
Expand Down

0 comments on commit a7699fa

Please sign in to comment.