sophus: compile on x86-64 arch (resolves #497)
This commit is contained in:
Dmitry Rozhkov 2017-07-06 14:16:50 +03:00 committed by GitHub
commit 2b7704917c
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ S = "${WORKDIR}/sophus-${PV}"
inherit cmake
# CXXFLAGS are needed to compile eigen 3.3.1 headers properly
CXXFLAGS += "-Wno-deprecated-declarations -Wno-misleading-indentation -Wno-int-in-bool-context"
CXXFLAGS += "-Wno-deprecated-declarations -Wno-misleading-indentation -Wno-int-in-bool-context -Wno-ignored-attributes"