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
|
||||
tutorial1_SOURCES = tutorial1.cpp
|
||||
|
||||
noinst_PROGRAMS += tutorial2
|
||||
tutorial2_SOURCES = tutorial2.cpp
|
||||
#if UMFPACK
|
||||
noinst_PROGRAMS += tutorial2
|
||||
tutorial2_SOURCES = tutorial2.cpp
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user