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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user