CMake FindPackage fails for custom built boost libraries
问题 I am trying to build a native Android project that requires Boost library. I have built Boost for the platforms I am targeting using this git project. But for some reason find_package() for Boost fails to find the Boost header paths Below is the project structure and for the Android app, and location where I have placed the Boost library. android_app ├── src │ └──<folder> │ └──<folder> │ └──CMakeLists.txt └── lib └── boost_armeabi-v7a ├── include │ └── boost_1_68_0 │ └──boost │ ├──align.hpp │