From 80068354d454c3682afd2ce824a1f2e368ed6002 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Tue, 24 May 2022 16:29:35 +0800 Subject: [PATCH] fix cmakelist --- speechx/CMakeLists.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/speechx/CMakeLists.txt b/speechx/CMakeLists.txt index db5c3cc6..98d9e637 100644 --- a/speechx/CMakeLists.txt +++ b/speechx/CMakeLists.txt @@ -57,7 +57,7 @@ include(gtest) include(absl) # libsndfile -#include(libsndfile) +include(libsndfile) # boost # include(boost) # not work @@ -73,17 +73,9 @@ find_package(Eigen3 REQUIRED) # Kenlm include(kenlm) add_dependencies(kenlm eigen boost) -#set(kenlm_install_dir $(fc_patch)/kenlm-build) -#link_directories(${Kenlm_install_dir}/lib) -#include_directories(${fc_patch}/kenlm-src) #openblas -#include(openblas) -set(OpenBLAS_INSTALL_PREFIX ${fc_patch}/openblas-install) -link_directories(${OpenBLAS_INSTALL_PREFIX}/lib) -include_directories(${OpenBLAS_INSTALL_PREFIX}/include) - - +include(openblas) # openfst include(openfst)