Skip to content

Commit

Permalink
Changed the way eigen3 is included to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 25, 2012
1 parent d83d608 commit 07a2e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -3451,7 +3451,7 @@ check_eigen3()
then
if pkg-config --exists eigen3
then
EIGEN3_CFLAGS=`pkg-config --cflags eigen3`
EIGEN3_CFLAGS=`pkg-config --cflags eigen3 | sed "s/-I/-isystem /"`
INCLUDES="$INCLUDES $EIGEN3_CFLAGS"
fi
cat > $TMPCXX << EOF
Expand Down

0 comments on commit 07a2e02

Please sign in to comment.