[MOAB-dev] r1969 - MOAB/trunk/refiner

dcthomp at mcs.anl.gov dcthomp at mcs.anl.gov
Tue Jul 1 01:28:39 CDT 2008


Author: dcthomp
Date: 2008-07-01 01:28:38 -0500 (Tue, 01 Jul 2008)
New Revision: 1969

Modified:
   MOAB/trunk/refiner/CMakeLists.txt
Log:
COMP: The refiner library needs MOAB compile flags (USE_MPI in particular)


Modified: MOAB/trunk/refiner/CMakeLists.txt
===================================================================
--- MOAB/trunk/refiner/CMakeLists.txt	2008-06-30 22:40:23 UTC (rev 1968)
+++ MOAB/trunk/refiner/CMakeLists.txt	2008-07-01 06:28:38 UTC (rev 1969)
@@ -8,6 +8,11 @@
   MBSimplexTemplateTagAssigner.cpp
   )
 
+set_source_files_properties(
+  ${MOAB_REFINER_SRCS}
+  COMPILE_FLAGS "${MOAB_DEFINES}"
+)
+
 add_library( MOABrefiner
   ${MOAB_REFINER_SRCS}
   )




More information about the moab-dev mailing list