Skip to content

Updated CMAKE requirement to be compatible with 1.11.7 API

Ian Quah requested to merge tagv002 into master

Added a check for the correct PALISADE version as some function signatures changed. The intention is to mark this as V2. As far as I understand it, modifying this specific line

find_package(Palisade 1.11.7 REQUIRED)

should address any version issues?

Merge request reports