From: Alexandru Gagniuc Date: Tue, 5 Feb 2013 16:33:05 +0000 (-0600) Subject: buildsystem: Abort cmake config if Boost is not found X-Git-Tag: pulseview-0.1.0~132 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=080af0bd76c85fb32cc3b5492c1ee48d8ea78d3f;hp=080af0bd76c85fb32cc3b5492c1ee48d8ea78d3f buildsystem: Abort cmake config if Boost is not found When cmake didn't find Boost, it would not abort; instead the linking process after the build would fail with non-obvious error messages. Thus, make Boost a required dependency (fixes bug 59). Signed-off-by: Alexandru Gagniuc ---