We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd03f58 commit e770064Copy full SHA for e770064
CMakeLists.txt
@@ -31,9 +31,6 @@ if(NOT CMAKE_CROSSCOMPILING)
31
endif(NOT CMAKE_CROSSCOMPILING)
32
find_package(Git REQUIRED)
33
find_package(Threads REQUIRED)
34
-if(NOT ANDROID AND NOT IOS)
35
- find_package(Boost QUIET)
36
-endif()
37
38
include(simd)
39
paddle/CMakeLists.txt
@@ -18,7 +18,7 @@ else()
18
add_subdirectory(capi)
19
endif()
20
21
- if(Boost_FOUND)
+ if(NOT ANDROID AND NOT IOS)
22
add_subdirectory(memory)
23
add_subdirectory(platform)
24
add_subdirectory(framework)
0 commit comments