foxygit / doom Log in
commit 9d815c5d43b8bfddab5900cd24abb9c11ddbcb90
Author:     Alex Mayfield <alexmax2742@gmail.com>
AuthorDate: Fri Jun 1 18:12:53 2018 -0400
Commit:     Alex Mayfield <alexmax2742@gmail.com>
CommitDate: Fri Jun 1 18:12:53 2018 -0400

    Remove unused samplerate directory cache variable

    The variable isn't referenced anywhere else in the finder script.
---
 cmake/Findsamplerate.cmake | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cmake/Findsamplerate.cmake b/cmake/Findsamplerate.cmake
index 18c7b483..02530d0b 100644
--- 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)