Remove unused samplerate directory cache variable

The variable isn't referenced anywhere else in the finder script.
This commit is contained in:
Alex Mayfield 2018-06-01 18:12:53 -04:00
parent cc24dc35ab
commit 9d815c5d43

View file

@ -30,10 +30,6 @@
# - Ninja # - Ninja
# - Visual Studio # - Visual Studio
# Cache variable that allows you to point CMake at a directory containing
# an extracted development library.
set(SAMPLERATE_DIR "${SAMPLERATE_DIR}" CACHE PATH "Location of samplerate library directory")
# Use pkg-config to find library locations in *NIX environments. # Use pkg-config to find library locations in *NIX environments.
find_package(PkgConfig QUIET) find_package(PkgConfig QUIET)
if(PKG_CONFIG_FOUND) if(PKG_CONFIG_FOUND)