Skip to content
Snippets Groups Projects
Commit d1a52457 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cmake,ug] Set variable, fix wrong variable name

parent 101d0070
No related branches found
No related tags found
1 merge request!94Feature/deprecate external ug
......@@ -94,8 +94,9 @@ if(NOT dune-uggrid_FOUND)
HEADERS dune/grid/uggrid.hh dune/grid/io/file/dgfparser/dgfug.hh)
#Overwrite flags by hand (like for autoconf).
set(UG_LIBRARIES)
set(paths "${prefix}")
# Overwrite flags by hand
set(UG_LIBRARIES "")
set(_paths "${prefix}")
#Find out the full path to the libs.
foreach(entry ${UG_LIBRARY_FLAGS} -L/bla)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment