File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ option(SKIP_SIMMETRIX_VERSION_CHECK "enable at your own risk; it may result in u
9393option (ENABLE_SIMMETRIX "Build with Simmetrix support"  OFF )
9494message (STATUS  "ENABLE_SIMMETRIX: ${ENABLE_SIMMETRIX} " )
9595option (ENABLE_OMEGA_H "Enable the Omega_h interface"  OFF )
96+ option (PUMI_USE_OMEGA_H_VERSION "Specify the Omega_h version PUMI should use"  10.0.0)
9697message (STATUS  "ENABLE_OMEGA_H: ${ENABLE_OMEGA_H} " )
9798if (ENABLE_SIMMETRIX)
9899  add_definitions (-DHAVE_SIMMETRIX)
@@ -116,7 +117,7 @@ endif()
116117if (ENABLE_OMEGA_H)
117118  # find the omega_h library 
118119  set (SCOREC_USE_Omega_h_DEFAULT ${ENABLE_OMEGA_H} )
119-   set (Omega_h_REQUIRED_VERSION 9.0.0 )
120+   set (Omega_h_REQUIRED_VERSION ${PUMI_USE_OMEGA_H_VERSION} )
120121  bob_public_dep(Omega_h)
121122endif ()
122123
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments