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

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

parent f8b7474e
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -7,7 +7,13 @@ noinst_PROGRAMS += compareResourcesArray
endif ENABLE_MPI
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
endif !ENABLE_MPI
endif ENABLE_CF_INTERFACE
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