Remove unused samplerate directory cache variable
The variable isn't referenced anywhere else in the finder script.
This commit is contained in:
parent
cc24dc35ab
commit
9d815c5d43
1 changed files with 0 additions and 4 deletions
|
|
@ -30,10 +30,6 @@
|
|||
# - Ninja
|
||||
# - 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.
|
||||
find_package(PkgConfig QUIET)
|
||||
if(PKG_CONFIG_FOUND)
|
||||
|
|
|
|||
Loading…
Reference in a new issue