do not force the use of static boost libraries if the ENABLE_SHARED variable is undefined

we only want to force the use of shared libraries if ENABLE_SHARED is
set to true. if it is unset, we don't care.
This commit is contained in:
Andreas Lauser
2013-12-10 17:07:38 +01:00
parent 5eb76e9062
commit 8535ecdce3

View File

@@ -16,7 +16,6 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdexcept>
#include <math.h>