dreal / dreal3

There is a new version of dReal, available at https://github.com/dreal/dreal4
GNU General Public License v3.0
48 stars 36 forks source link

(Partly) fix shared build #317

Closed mwoehlke-kitware closed 8 years ago

mwoehlke-kitware commented 8 years ago

Use standard BUILD_SHARED_LIBS instead of confusingly similar and non-standard BUILD_SHARED_LIB. Always build Apple DYLIB.

This fixes all sorts of nasty stuff that would happen with BUILD_SHARED_LIBS=ON and BUILD_SHARED_LIB=OFF.


This change is Reviewable