cmake mylittlengsolve

More
5 years 2 weeks ago #2042 by NilsHM
cmake mylittlengsolve was created by NilsHM
Hi!

I want to build the c++ tutorial.
After typing
Code:
cmake .. -G "Visual Studio 15 2017 Win64"
into the promt I get the following error:
Code:
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
More
5 years 2 weeks ago #2043 by christopher
Replied by christopher on topic cmake mylittlengsolve
hi nils,
can you update to a recent version and check if the problem still exists? This should be fixed by now...
Best Christopher
The following user(s) said Thank You: NilsHM
More
5 years 2 weeks ago #2051 by NilsHM
Replied by NilsHM on topic cmake mylittlengsolve
Hi Christopher,

thank you! That fixed the problem.

Best regards
Nils
Time to create page: 0.111 seconds