lyblsgo
2023-04-19 2304327a3fde3aeca144fcc32bcd9e1905ade46a
funasr/runtime/onnxruntime/src/CMakeLists.txt
@@ -22,7 +22,7 @@
        target_compile_definitions(funasr PUBLIC -D_FUNASR_API_EXPORT)
else()
    set(EXTRA_LIBS fftw3f pthread yaml-cpp)
    set(EXTRA_LIBS fftw3f pthread yaml-cpp csrc)
    target_include_directories(funasr PUBLIC "/usr/local/opt/fftw/include")
    target_link_directories(funasr PUBLIC "/usr/local/opt/fftw/lib")