This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove blueprint dependency from crypto3/marshalling/zk
Dependency on crypto3::blueprint in zk/marshalling was causing the following error: ``` CMake Error at cmake/modules/share/modules/cmake/CMFuture.cmake:83 (_add_library): Target "zkllvm_circuit" links to target "crypto3::blueprint" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? ``` Resolves #22
- Loading branch information