Browse Source

carl include dir is correctly passed to c++ now

tempestpy_adaptions
Sebastian Junges 8 years ago
parent
commit
148cdf899a
  1. 2
      storm-config.h.in

2
storm-config.h.in

@ -21,7 +21,7 @@
#define STORM_BOOST_INCLUDE_DIR "@STORM_BOOST_INCLUDE_DIR@"
// Carl include directory used during compilation.
#define STORM_CARL_INCLUDE_DIR "@STORM_CARL_INCLUDE_DIR@"
#define STORM_CARL_INCLUDE_DIR "@carl_INCLUDE_DIR@"
// Whether Gurobi is available and to be used (define/undef)
#cmakedefine STORM_HAVE_GUROBI

Loading…
Cancel
Save