Skip to content
  • Mark Olesen's avatar
    ENH: reduce reliance on FOAM_EXT_LIBBIN during builds · dd78e042
    Mark Olesen authored
    - just check WM_PROJECT_DIR instead.
    
    - provide a fallback value when FOAM_EXT_LIBBIN might actually be needed.
    
    Only strictly need FOAM_EXT_LIBBIN for scotch/metis decomposition, and
    when these are actually supplied by ThirdParty.
    All other ThirdParty dependencies are referenced by BOOST_ARCH_PATH etc.
    
    Can therefore drop the FOAM_EXT_LIBBIN dependency for VTK-related
    things, which do not use scotch/metis anyhow.
    dd78e042