Skip to content

Commit 5d5b70a

Browse files
authored
Update CMakeLists.txt
1 parent 7c7d3d6 commit 5d5b70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/inference/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ 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-
if(APPLE)
20+
#if(APPLE)
2121
add_subdirectory(api)
22-
endif()
22+
#endif()
2323

2424
# Create static library
2525
cc_library(paddle_fluid DEPS ${fluid_modules} paddle_fluid_api paddle_inference_api)

0 commit comments

Comments
 (0)