coin-or / OS

Optimization Services
Other
1 stars 4 forks source link

Small error in configure.ac #64

Open svigerske opened 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @tkralphs

Original creation time: 2018-01-07 20:48:11

Version:

On line 444 of configure.ac, you should have

         CXXFLAGS="$CXXFLAGS -openmp"

rather than the \openmp that's currently there (which I think I actually committed). I would fix it myself except that I have some modifications to coin.m4 at the moment that I'm not ready to roll out.