Merge pull request #82 from AlexandruCostache/master
Added missing dependencies to fix examples build
This commit is contained in:
commit
b703a8fb89
|
@ -133,6 +133,7 @@ AS_IF([test -z "$BOOST_RANDOM_LIB"],
|
|||
|
||||
CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
|
||||
LDFLAGS="$BOOST_LDFLAGS $LDFLAGS"
|
||||
LIBS="$BOOST_CHRONO_LIB $BOOST_RANDOM_LIB $LIBS"
|
||||
|
||||
###############################################################################
|
||||
# Checking for functions and other stuffs
|
||||
|
|
Loading…
Reference in New Issue