encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

Fix boost linking issue #135

Closed fboemer closed 5 years ago

fboemer commented 5 years ago

Otherwise: Target "aby" links to target "Boost::system" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? and CMake Error at src/abycore/CMakeLists.txt:1 (add_library): Target "aby" links to target "Boost::system" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? when building ABY as external dependency

dd23 commented 5 years ago

Thanks!