Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix relic dependency in CMakeLists.txt
ENCRYPTO_utils ignores the relic_s target if the `encrypto_utils` target is explicitly specified, e.g., as `cmake --build . --target encrypto_utils`. Adding the correct relic target name as dependency for the imported `RELIC::relic` target fixes this problem.
- Loading branch information