Skip to content

Commit 77057ad

Browse files
authored
Merge pull request #5389 from kawashima-fj/pr/ext-hwloc-warning
hwloc/external: Suppress missing-include-dirs warning
2 parents e77e31b + 3e179ba commit 77057ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

opal/mca/hwloc/external/configure.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,9 @@ AC_DEFUN([MCA_opal_hwloc_external_POST_CONFIG],[
4545

4646
# Add some stuff to CPPFLAGS so that the rest of the source
4747
# tree can be built
48-
file=$opal_hwloc_external_basedir/hwloc
4948
CPPFLAGS="$CPPFLAGS $opal_hwloc_external_CPPFLAGS"
5049
LDFLAGS="$LDFLAGS $opal_hwloc_external_LDFLAGS"
5150
LIBS="$LIBS $opal_hwloc_external_LIBS"
52-
AS_IF([test "$OPAL_TOP_BUILDDIR" != "$OPAL_TOP_SRCDIR"],
53-
[CPPFLAGS="$CPPFLAGS -I$OPAL_TOP_BUILDDIR/$file/include"])
54-
unset file
5551

5652
# We have to do some extra indirection to get the
5753
# OPAL_HWLOC_WANT_VERBS_HELPER to work. First, the

0 commit comments

Comments
 (0)