You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have to set CMAKE_MODULE_PATH to /usr/lib/zkllvm/share/zkllvm manually to be able to include(CircuitCompile). But we could possibly add package config to add this module by find_package(zkllvm) without any path specifications.
The text was updated successfully, but these errors were encountered:
Currently we have to set
CMAKE_MODULE_PATH
to/usr/lib/zkllvm/share/zkllvm
manually to be able toinclude(CircuitCompile)
. But we could possibly add package config to add this module byfind_package(zkllvm)
without any path specifications.The text was updated successfully, but these errors were encountered: