libsndfile / libsamplerate

An audio Sample Rate Conversion library
http://libsndfile.github.io/libsamplerate/
BSD 2-Clause "Simplified" License
616 stars 169 forks source link

Fix dependency seach for CMake <= 3.13 #161

Closed evpobr closed 3 years ago

sezero commented 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.

evpobr commented 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.