Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

cmake mylittlengsolve

More
4 years 6 months 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
4 years 6 months 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
4 years 6 months 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.150 seconds