-
Notifications
You must be signed in to change notification settings - Fork 134
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
cmake_constants.h is not found #197
Comments
Have you solved this problem? I have the same problem. Looking forward to your reply! |
I found a solution that might be helpful:
I hope the solution above may help. If you have any better solutions, pls reply. Really appreciate it.
|
There is a file called If you are using ABY to build your own application, I suspect you haven't executed: |
I did exactly according to the readme file and i also got this problem. |
When i build my own application used target_link_libraries(my_application ABY::aby) and make, the program outputs error cmake_constants.h is not found. Is there some solution with my problem? Looking forward to your reply!
The text was updated successfully, but these errors were encountered: