Skip to content
Snippets Groups Projects
Commit d9acb939 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Do not build example 'collectData2003' when the Fortran interface of YAXT is missing.

parent cd7e3a10
No related branches found
No related tags found
2 merge requests!11Consolidation with CDI-PIO (1.8.x),!8Consolidation with CDI-PIO (1.8.x)
...@@ -7,7 +7,13 @@ noinst_PROGRAMS += compareResourcesArray ...@@ -7,7 +7,13 @@ noinst_PROGRAMS += compareResourcesArray
endif ENABLE_MPI endif ENABLE_MPI
if ENABLE_CF_INTERFACE if ENABLE_CF_INTERFACE
if ENABLE_MPI
if BUILD_PIO_FC_PROGRAMS
noinst_PROGRAMS += collectData2003
endif BUILD_PIO_FC_PROGRAMS
else !ENABLE_MPI
noinst_PROGRAMS += collectData2003 noinst_PROGRAMS += collectData2003
endif !ENABLE_MPI
endif ENABLE_CF_INTERFACE endif ENABLE_CF_INTERFACE
AM_CPPFLAGS = -I$(top_srcdir)/src AM_CPPFLAGS = -I$(top_srcdir)/src
......
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