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
I have successfully installed ENCRYPTO_utils and passed the test.
But when I compile my project, I got the error as
CMake Error at /usr/local/lib/cmake/ENCRYPTO_utils/ENCRYPTO_utilsTargets.cmake:61 (set_target_properties):
The link interface of target "ENCRYPTO_utils::encrypto_utils" contains:
RELIC::relic
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/usr/local/lib/cmake/ENCRYPTO_utils/ENCRYPTO_utilsConfig.cmake:12 (include)
/usr/local/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/local/lib/cmake/OTExtension/OTExtensionConfig.cmake:7 (find_dependency)
/usr/local/share/cmake-3.26/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/local/lib/cmake/ABY/ABYConfig.cmake:7 (find_dependency)
CMakeLists.txt:7 (find_package)
What's wrong with it?
Who can help me?
Thankssssssss!
The text was updated successfully, but these errors were encountered:
I have successfully installed ENCRYPTO_utils and passed the test.
But when I compile my project, I got the error as
What's wrong with it?
Who can help me?
Thankssssssss!
The text was updated successfully, but these errors were encountered: