]> sigrok.org Git - pulseview.git/commit - CMakeLists.txt
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)
commit080af0bd76c85fb32cc3b5492c1ee48d8ea78d3f
tree24db2c4013f43b8484d7e31f7a197e7ccd93a877
parent7297c76e03140cc2a49214c242bf14214363bc53
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 <redacted>
CMakeLists.txt