Unverified Commit 0b534658 authored by Tingquan Gao's avatar Tingquan Gao Committed by GitHub
Browse files

Adapt to paddle inference 2.0 (#1976)

parent e7ef5ee4
...@@ -133,7 +133,11 @@ if(WITH_MKL) ...@@ -133,7 +133,11 @@ if(WITH_MKL)
endif () endif ()
endif() endif()
else() else()
if (WIN32)
set(MATH_LIB ${PADDLE_LIB}/third_party/install/openblas/lib/openblas${CMAKE_STATIC_LIBRARY_SUFFIX})
else ()
set(MATH_LIB ${PADDLE_LIB}/third_party/install/openblas/lib/libopenblas${CMAKE_STATIC_LIBRARY_SUFFIX}) set(MATH_LIB ${PADDLE_LIB}/third_party/install/openblas/lib/libopenblas${CMAKE_STATIC_LIBRARY_SUFFIX})
endif ()
endif() endif()
# Note: libpaddle_inference_api.so/a must put before libpaddle_fluid.so/a # Note: libpaddle_inference_api.so/a must put before libpaddle_fluid.so/a
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment