Skip to content
Snippets Groups Projects
Commit 496db966 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Hack: set HAVE_CSTDDEF to make IPOpt happy

This is needed with the cmake build system.  I do not want to
debug this today.

[[Imported from SVN: r10075]]
parent 2dcbd361
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
#include <fenv.h>
// TODO: With cmake I need this hack to make IPOpt happy
#define HAVE_CSTDDEF
// Includes for the ADOL-C automatic differentiation library
// Need to come before (almost) all others.
#include <adolc/adouble.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment