Browse Source

2024.5.10-去除ITN的依赖构建

master
Administrator 1 year ago
parent
commit
4ecbc91c58
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cmake-linux/openfst.cmake

+ 2
- 2
cmake-linux/openfst.cmake

@ -12,7 +12,7 @@ if(TARGET gflags)
endif()
set(WITH_GFLAGS OFF CACHE BOOL "whether build glog with gflags" FORCE)
include(glog)
execute_process(COMMAND rm -r ${openfst_BUILD})
# openfstcmake
if(NOT EXISTS ${openfst_BUILD})
#
message(STATUS "${BoldGreen}Install openfst: ${GLOG_BUILD_DIR}${ColourReset}")
@ -43,7 +43,7 @@ if(NOT EXISTS ${openfst_BUILD})
endif ()
endif()
# gflagsglog/usr/lib/x86_64-linux-gnu
# cmake
if(NOT GRAPH_TOOLS)

Loading…
Cancel
Save