游雁
2024-03-27 9b4e9cc8a0311e5243d69b73ed073e7ea441982e
runtime/onnxruntime/third_party/openfst/CMakeLists.txt
@@ -48,8 +48,13 @@
option(HAVE_SPECIAL "Build special" ON)
  set(WITH_GFLAGS OFF CACHE BOOL "whether build glog with gflags" FORCE)
  set(HAVE_BIN ON CACHE BOOL "Build the fst binaries" FORCE)
  set(HAVE_SCRIPT ON CACHE BOOL "Build the fstscript" FORCE)
  if (WIN32)
    set(HAVE_BIN OFF CACHE BOOL "Build the fst binaries" FORCE)
    set(HAVE_SCRIPT OFF CACHE BOOL "Build the fstscript" FORCE)
  else()
    set(HAVE_BIN ON CACHE BOOL "Build the fst binaries" FORCE)
    set(HAVE_SCRIPT ON CACHE BOOL "Build the fstscript" FORCE)
  endif (WIN32)
  set(HAVE_COMPACT OFF CACHE BOOL "Build compact" FORCE)
  set(HAVE_CONST OFF CACHE BOOL "Build const" FORCE)