Skip to content

Commit

Permalink
assume IPOPT_HAS_VA_COPY instead of HAVE_VA_COPY in Doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Dec 11, 2024
1 parent 3c3b66e commit 5dc7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,7 @@ PREDEFINED = IPOPT_HAS_ASL \
HAVE_DLFCN_H \
HAVE_DRAND48 \
HAVE_PARDISO \
HAVE_VA_COPY \
IPOPT_HAS_VA_COPY \
HAVE_WSMP \
F77_FUNC(x)=x \
IPOPT_LAPACK_FUNC(x)=x \
Expand Down

0 comments on commit 5dc7322

Please sign in to comment.