[MOAB-dev] commit/MOAB: iulian07: if build without netcdf, do not compile process_arm

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue May 14 21:28:40 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/894a21481c0a/
Changeset:   894a21481c0a
Branch:      master
User:        iulian07
Date:        2013-05-15 04:28:17
Summary:     if build without netcdf, do not compile process_arm

Affected #:  1 file

diff --git a/tools/mbcslam/Makefile.am b/tools/mbcslam/Makefile.am
index 2d37b4a..f7785e7 100644
--- a/tools/mbcslam/Makefile.am
+++ b/tools/mbcslam/Makefile.am
@@ -40,7 +40,10 @@ cfgdir = $(libdir)
 
 TESTS = intx_on_sphere_test  intx_in_plane_test  spec_visu_test spherical_area_test \
          case1_test
-noinst_PROGRAMS = process_arm cslam_par_test
+noinst_PROGRAMS =  cslam_par_test
+if NETCDF_FILE
+  noinst_PROGRAMS += process_arm
+endif
 
 check_PROGRAMS = $(TESTS) 
 intx_on_sphere_test_SOURCES = intx_on_sphere_test.cpp

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list