提交 0564e74f 编写于 作者: Y Yi Wang

Update

上级 e9ba79c8
......@@ -13,11 +13,11 @@ cc_library(paddle_fluid_shared SHARED
SRCS io.cc
DEPS ${GLOB_OP_LIB} ${FLUID_CORE_MODULES})
set_target_properties(paddle_fluid_shared PROPERTIES OUTPUT_NAME paddle_fluid)
# if(NOT APPLE)
# # TODO(liuyiqun): Temporarily disable the link flag because it is not support on Mac.
# set(LINK_FLAGS "-Wl,--version-script ${CMAKE_CURRENT_SOURCE_DIR}/paddle_fluid.map")
# set_target_properties(paddle_fluid_shared PROPERTIES LINK_FLAGS "${LINK_FLAGS}")
# endif()
if(NOT APPLE)
# TODO(liuyiqun): Temporarily disable the link flag because it is not support on Mac.
set(LINK_FLAGS "-Wl,--version-script ${CMAKE_CURRENT_SOURCE_DIR}/paddle_fluid.map")
set_target_properties(paddle_fluid_shared PROPERTIES LINK_FLAGS "${LINK_FLAGS}")
endif()
if(WITH_TESTING)
add_subdirectory(tests/book)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册