Closed evpobr closed 3 years ago
This does fix #159 for me - tested with cmake 3.9.6 and 3.11.2. The only issue is that with cmake-3.11.2, I get a weird message when libsndfile-devel and/or fftw3-devel is not installed:
-- Checking for module 'sndfile' -- Package 'sndfile', required by 'virtual:world', not found [...] -- Checking for module 'fftw3' -- Package 'fftw3', required by 'virtual:world', not found
What's with
virtual:world
?.. But that's a non-issue.
Hmm, i don't know.
This does fix #159 for me - tested with cmake 3.9.6 and 3.11.2. The only issue is that with cmake-3.11.2, I get a weird message when libsndfile-devel and/or fftw3-devel is not installed:
What's with
virtual:world
?.. But that's a non-issue.