dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
218 stars 27 forks source link

Make link-type (static/dynamic) of boost a cmake variable #105

Closed dannyedel closed 8 years ago

dannyedel commented 8 years ago

Allows one to choose boost link type at cmake step. @projekter has shown it makes sense at least on windows, to link statically, because there's no standard package manager system that ensures dynamic libraries are present at run-time.

This is a part of #104

dannyedel commented 8 years ago

Turns out, this doesn't really work.

But.

Cmake supports linking boost statically, which is what is intended here. Update PR to "Allow linking boost statically"