Skip to content

Commit

Permalink
Mosek is using threads
Browse files Browse the repository at this point in the history
the -lpthread libarary flag was missing for
cxx_check. Otherwise it should be amongst the
POSTLINKFLAGS
  • Loading branch information
vigsterkr committed Aug 17, 2012
1 parent 6684bae commit 4a66c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -3504,7 +3504,7 @@ EOF
fi

echocheck "Mosek support"
if cxx_check $MOSEK_LDADD
if cxx_check $MOSEK_LDADD -lpthread
then
echores "yes"
USE_MOSEK='#define USE_MOSEK 1'
Expand Down

0 comments on commit 4a66c7b

Please sign in to comment.