Merge pull request #530 from bulwahn/resolve-issue-#497
sophus: compile on x86-64 arch (resolves #497)
This commit is contained in:
commit
2b7704917c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue