[MOAB-dev] r3185 - MOAB/trunk

pppebay at sandia.gov pppebay at sandia.gov
Wed Sep 30 19:57:20 CDT 2009


Author: pebay
Date: 2009-09-30 19:57:20 -0500 (Wed, 30 Sep 2009)
New Revision: 3185

Modified:
   MOAB/trunk/CMakeLists.txt
Log:
COMP: bypass the F2C prototype generator when not needed


Modified: MOAB/trunk/CMakeLists.txt
===================================================================
--- MOAB/trunk/CMakeLists.txt	2009-10-01 00:34:25 UTC (rev 3184)
+++ MOAB/trunk/CMakeLists.txt	2009-10-01 00:57:20 UTC (rev 3185)
@@ -312,6 +312,7 @@
 
   autoconf_header( ${MOAB_SOURCE_DIR}/MBVersion.h.in ${MOAB_BINARY_DIR}/MBVersion.h )
   autoconf_header( ${MOAB_SOURCE_DIR}/MBEntityHandle.h.in ${MOAB_BINARY_DIR}/MBEntityHandle.h )
+  file( WRITE ${MOAB_BINARY_DIR}/MBCN_protos.h "" )
 
 # Testing
   # Point to the input decks for the tests



More information about the moab-dev mailing list