[MOAB-dev] r1557 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Jan 24 15:28:09 CST 2008


Author: kraftche
Date: 2008-01-24 15:28:09 -0600 (Thu, 24 Jan 2008)
New Revision: 1557

Modified:
   MOAB/trunk/CMakeLists.txt
Log:
fix mistake in previous checkin: MB_VERSION value should be quoted

Modified: MOAB/trunk/CMakeLists.txt
===================================================================
--- MOAB/trunk/CMakeLists.txt	2008-01-24 21:15:22 UTC (rev 1556)
+++ MOAB/trunk/CMakeLists.txt	2008-01-24 21:28:09 UTC (rev 1557)
@@ -272,7 +272,7 @@
 
   include( ${MOAB_SOURCE_DIR}/cmake/AutoconfHeader.cmake )
   # Define some more variables so they will be substituted properly in the autoconf files.
-  set( MB_VERSION        ${MOAB_VERSION}       )
+  set( MB_VERSION        "\"${MOAB_VERSION}\"" )
   set( MB_VERSION_MAJOR  ${MOAB_VERSION_MAJOR} )
   set( MB_VERSION_MINOR  ${MOAB_VERSION_MINOR} )
   if ( DEFINED MOAB_VERSION_PATCH )




More information about the moab-dev mailing list