From: Alexandru Gagniuc Date: Wed, 28 Nov 2018 20:36:37 +0000 (-0600) Subject: cmake: Don't do a QUIET search for libsigrokcxx X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=7bcd627e2945c193d3a8bee7089ec1e2fab89eac;hp=7bcd627e2945c193d3a8bee7089ec1e2fab89eac 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. ---