i just updated my NGSolve to the newest version. Unfortunately, now I cannot compile my CppExtension module. The CMake Error is:
CMake Error at C:/Program Files/ngsolve-v6.2.2002/cmake/NGSolveConfig.cmake:79 (add_library):
Target "ngsextension" links to target "SuiteSparse::umfpack" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Did I mess up something? Or was there a change regarding that?
Which version of CMake are you both running? Try to upgrade to the latest one. Note: cmake.org seems to be down currently, the installers are also available on github: Releases · Kitware/CMake · GitHub