Skip to content

Instantly share code, notes, and snippets.

@jramapuram
Created November 1, 2022 00:06
Show Gist options
  • Save jramapuram/aa0e94777d57f4c3cad75a9a6d44970b to your computer and use it in GitHub Desktop.
Save jramapuram/aa0e94777d57f4c3cad75a9a6d44970b to your computer and use it in GitHub Desktop.
Fix torch audio library fix
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 696a736a..392145f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
+link_directories(/miniconda/lib)
+
# Most of the configurations are taken from PyTorch
# https://github.com/pytorch/pytorch/blob/0c9fb4aff0d60eaadb04e4d5d099fb1e1d5701a9/CMakeLists.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment