Skip to content

Commit

Permalink
Remove blueprint dependency from crypto3/marshalling/zk
Browse files Browse the repository at this point in the history
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
NickVolynkin committed Jun 12, 2023
1 parent 6879ec5 commit 2b172c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/crypto3

0 comments on commit 2b172c5

Please sign in to comment.