Eliminate confusion from pkgconfig FFTW detection
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 30 Nov 2012 15:50:10 +0000 (16:50 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 6 Dec 2012 10:10:44 +0000 (11:10 +0100)
commit43a5d02e43794e373f868f9e08133c330dc8cfdd
tree46adf7e2ac40330d3dd8183c9d30260b3c8724f1
parent9294a8d238bd004234f9a84788132d70319c2f09
Eliminate confusion from pkgconfig FFTW detection

If pkgconfig fails to find FFTW, it emits a CMake status messge,
but we do our own detection immediately afterwards. Seeing
a failure followed by a success can be confusing to users, so we
let them know we're not worried by pkg-config failing.

Change-Id: If270dd5d6fe10bc3a58a6fa56c9028cf61859d74
cmake/FindFFTW.cmake