Skip to content
Snippets Groups Projects
Commit 2cf043bb authored by Markus Blatt's avatar Markus Blatt
Browse files

find and export parallel and fordune variables as uppercase with UG_ prefix.

UG_PARALLEL and UG_FOR_DUNE can now be checked by CMake.

[[Imported from SVN: r8524]]
parent 1152a0ef
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ set(prefix @prefix@)
set(exec_prefix @exec_prefix@)
set(libdir @libdir@)
set(includedir @includedir@)
set(parallel @parallel)
set(fordune @fordune@)
set(UG_PARALLEL @parallel@)
set(UG_FOR_DUNE @fordune@)
set(UG_LIBRARIES -ldevS @UG_XLIBS@)
set(UG_LIBRARY_FLAGS -L${libdir})
set(UG_INCLUDES ${includedir})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment