ref: 9d815c5d43b8bfddab5900cd24abb9c11ddbcb90
parent: cc24dc35abad25ee43805f9a19c57d5f527ac7a0
author: Alex Mayfield <alexmax2742@gmail.com>
date: Fri Jun 1 14:12:53 EDT 2018
Remove unused samplerate directory cache variable The variable isn't referenced anywhere else in the finder script.
--- a/cmake/Findsamplerate.cmake
+++ b/cmake/Findsamplerate.cmake
@@ -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)