Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zk-marshalling: remove blueprint dependency #50

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

NickVolynkin
Copy link
Contributor

@NickVolynkin NickVolynkin commented Jun 6, 2023

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?

Part of NilFoundation/zkllvm-template#22

@NickVolynkin NickVolynkin force-pushed the remove-blueprint-dependency branch from a8184c6 to 60dfd75 Compare June 6, 2023 17:38
@NickVolynkin NickVolynkin changed the title Update marshalling/zk: remove blueprint dependency Update zk-marshalling: remove blueprint dependency Jun 6, 2023
@NickVolynkin NickVolynkin enabled auto-merge (rebase) June 6, 2023 17:40
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?
```

Part of NilFoundation/zkllvm-template#22
@NickVolynkin NickVolynkin force-pushed the remove-blueprint-dependency branch from 60dfd75 to 2c53f05 Compare June 6, 2023 17:45
@NickVolynkin NickVolynkin merged commit afd0925 into master Jun 6, 2023
AndreyMlashkin pushed a commit that referenced this pull request May 24, 2024
Changes related to creation of a modular backend in multiprecision [SyncWith: crypto3-multiprecision#70]
AndreyMlashkin pushed a commit that referenced this pull request Aug 15, 2024
AndreyMlashkin pushed a commit that referenced this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants