Hi!
I want to build the c++ tutorial.
After typing
cmake .. -G "Visual Studio 15 2017 Win64"
into the promt I get the following error:
CMake Error at C:/Program Files/ngsolve-v6.2.1903/cmake/NGSolveConfig.cmake:80 (target_link_libraries):
Error evaluating generator expression:
$<TARGET_PROPERTY:SuiteSparse::umfpack,INTERFACE_INCLUDE_DIRECTORIES>
Target "SuiteSparse::umfpack" not found.
Call Stack (most recent call first):
CMakeLists.txt:10 (add_ngsolve_python_module)
CMake Error:
Error evaluating generator expression:
$<TARGET_PROPERTY:SuiteSparse::umfpack,INTERFACE_INCLUDE_DIRECTORIES>
Target "SuiteSparse::umfpack" not found.
How can I fix that?
Thank you in advance
Nils