Prev | Next | ipopt |
include_ipopt=true
is on the cmake command line,
then the pkg-config will find the
necessary information to link in ipopt.
The value of
PKG_CONFIG_PATH
must be such that the command
pkg-config ipopt --path --print-errors
finds the location of the file ipopt.pc
.
include_ipopt=true
is on the cmake command line,
the deprecated cppad_ipopt_nlp
example and tests as well as installing the cppad_ipopt
library
during the make install
step.
build/prefix
.
/coin-or
from the end of the
include directories reported by
pkg-config ipopt --cflags