Skip to content

Commit 1701cf0

Browse files
committed
fix mac compile error in release
1 parent c7edb02 commit 1701cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/inference/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ get_property(fluid_modules GLOBAL PROPERTY FLUID_MODULES)
1717
# paddle_fluid_origin exclude inference api interface
1818
cc_library(paddle_fluid_origin DEPS ${fluid_modules} paddle_fluid_api)
1919

20+
# fix macos compile error
2021
add_subdirectory(api)
2122

2223
# Create static library

0 commit comments

Comments
 (0)