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

Loading…
Cancel
Save