Hi,
I am asking in this thread as it has the same error except the Cmake warning in the first few lines.
I am trying to compile the core library of PRISMS-PF as per the youtube tutorial. My current CMake version is 3.20.0 and deal.ii version 9.2.0 installed in MacOS Big Sur (installed CMake and deal.ii using binary packages). After gitcloning prisms-pf earlier, I went to the phaseField directory and typed
$ cmake .
However, this message appears:
I have no idea how to fix it. Thank you in advance.
P.S. I tried editing the CMakeLists.txt in the minimum version instead of 2.8.12 to 3.20.0 (as shown below) and the CMake Deprecation Warning disappeared but the CMake Error at FIND_PACKAGE error still persists.
##
# CMake script for the PRISMS-PF applications:
##
CMAKE_MINIMUM_REQUIRED(VERSION 3.20.0)
# Find deal.II installation
Best,
Gab