Skip to content

Commit

Permalink
Re-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Aug 17, 2024
1 parent e5effd3 commit f907d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -50531,10 +50531,10 @@ then :
if test "x$install_internal_boost" = "xyes"
then :
libmesh_contrib_INCLUDES="$BOOST_INCLUDE $libmesh_contrib_INCLUDES"
export timpi_CPPFLAGS="-I$(realpath $top_srcdir)/contrib/boost/include"
export timpi_CPPFLAGS="$timpi_CPPFLAGS -I$(realpath $top_srcdir)/contrib/boost/include"
else $as_nop
libmesh_optional_INCLUDES="$BOOST_CPPFLAGS $libmesh_optional_INCLUDES"
export timpi_CPPFLAGS="$BOOST_CPPFLAGS"
export timpi_CPPFLAGS="$timpi_CPPFLAGS $BOOST_CPPFLAGS"
fi

fi
Expand Down

0 comments on commit f907d55

Please sign in to comment.