Build the 'tutorial2' programme only if UMFPACK is present.
This commit is contained in:
parent
8002de23e4
commit
2065259764
@ -9,5 +9,7 @@ LDADD = $(top_builddir)/libopmcore.la
|
|||||||
noinst_PROGRAMS = tutorial1
|
noinst_PROGRAMS = tutorial1
|
||||||
tutorial1_SOURCES = tutorial1.cpp
|
tutorial1_SOURCES = tutorial1.cpp
|
||||||
|
|
||||||
noinst_PROGRAMS += tutorial2
|
#if UMFPACK
|
||||||
tutorial2_SOURCES = tutorial2.cpp
|
noinst_PROGRAMS += tutorial2
|
||||||
|
tutorial2_SOURCES = tutorial2.cpp
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user