]> sigrok.org Git - pulseview.git/commitdiff
buildsystem: Abort cmake config if Boost is not found
authorAlexandru Gagniuc <redacted>
Tue, 5 Feb 2013 16:33:05 +0000 (10:33 -0600)
committerUwe Hermann <redacted>
Wed, 6 Feb 2013 22:21:08 +0000 (23:21 +0100)
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 <redacted>

No differences found