Skip to content

Commit 0a2a212

Browse files
committed
test=develop
1 parent 8e35b21 commit 0a2a212

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/configure.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ if(NOT WITH_PYTHON)
1616
add_definitions(-DPADDLE_NO_PYTHON)
1717
endif(NOT WITH_PYTHON)
1818

19-
if(APPLE)
20-
set(ENV{CMAKE_FIND_FRAMEWORK} LAST)
21-
set(ENV{CMAKE_FIND_APPBUNDLE} LAST)
22-
endif(APPLE)
23-
2419
if(WITH_DSO)
2520
add_definitions(-DPADDLE_USE_DSO)
2621
endif(WITH_DSO)

0 commit comments

Comments
 (0)