[mlpack-git] [mlpack] Add mlpack::backtrace utility. (#535)

Ryan Curtin notifications at github.com
Thu Mar 3 14:48:55 EST 2016


> @@ -41,11 +41,11 @@ if(UNIX AND NOT APPLE)
>      target_link_libraries(mlpack rt)
>  endif(UNIX AND NOT APPLE)
>  
> -# Log::Assert may require linking against whatever provides backtrace
> -# functionality.
> -if(Backtrace_FOUND)
> -  target_link_libraries(mlpack ${Backtrace_LIBRARIES})
> -endif(Backtrace_FOUND)
> +# Backtrace for Ubuntu need those libs.

I'd change Ubuntu to just "Linux" here.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/535/files#r54936836
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160303/b61e8c83/attachment.html>


More information about the mlpack-git mailing list