]> sigrok.org Git - pulseview.git/commit
cmake: Don't do a QUIET search for libsigrokcxx
authorAlexandru Gagniuc <redacted>
Wed, 28 Nov 2018 20:36:37 +0000 (14:36 -0600)
committerUwe Hermann <redacted>
Wed, 5 Dec 2018 21:24:16 +0000 (22:24 +0100)
commit7bcd627e2945c193d3a8bee7089ec1e2fab89eac
tree141fdb96616ce2698f8e1db46649ce0aff62901e
parent0adee2d93430b5fb879388e66f3bd44fd11b3b22
cmake: Don't do a QUIET search for libsigrokcxx

libsigrokcxx is the most important dependency. A QUIET search means we
can miss important information, such as a version mismatch, and the
"libsigrokcxx not found" message is not at all helpful in determining
the cause of the problem.
CMakeLists.txt