Browse Source

We require gmp, so we can as well just set the corresponding flag to true.

tempestpy_adaptions
sjunges 8 years ago
parent
commit
a371301312
  1. 4
      storm-config.h.in

4
storm-config.h.in

@ -53,8 +53,8 @@
// Whether CLN is available and to be used (define/undef) // Whether CLN is available and to be used (define/undef)
#cmakedefine STORM_HAVE_CLN #cmakedefine STORM_HAVE_CLN
// Whether GMP is available and to be used (define/undef)
#cmakedefine STORM_HAVE_GMP
// Whether GMP is available (it is always available nowadays)
#define STORM_HAVE_GMP
// Whether carl is available and to be used. // Whether carl is available and to be used.
#cmakedefine STORM_HAVE_CARL #cmakedefine STORM_HAVE_CARL

Loading…
Cancel
Save