*** empty log message ***
This commit is contained in:
parent
688d92ed57
commit
073ab799e6
@ -361,6 +361,7 @@ echo Summary
|
||||
echo ---------------------------------------------
|
||||
echo
|
||||
|
||||
AM_CONDITIONAL(CMAKE_BUILD, 0)
|
||||
#AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
||||
|
||||
echo Configure
|
||||
|
@ -28,9 +28,13 @@
|
||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||
|
||||
SUBDIRS =
|
||||
if ! NETGEN_NEW
|
||||
if CMAKE_BUILD
|
||||
else
|
||||
if NETGEN_NEW
|
||||
else
|
||||
SUBDIRS += NETGEN
|
||||
endif
|
||||
endif
|
||||
SUBDIRS += NETGENPlugin
|
||||
|
||||
if NETGENPLUGIN_ENABLE_GUI
|
||||
|
Loading…
Reference in New Issue
Block a user