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 installed ABY, ENCRYPTO_utils and relic successfully, and passed all tests.
But when I compile my project, I get the problem 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.
I have installed ABY, ENCRYPTO_utils and relic successfully, and passed all tests.
But when I compile my project, I get the problem 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:
but the target was not found. Possible reasons include:
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?
Thank you.
The text was updated successfully, but these errors were encountered: