diff --git a/recipes-extended/sophus/sophus_0.9.1.bb b/recipes-extended/sophus/sophus_0.9.1.bb index 64cbc8b..3a50fdd 100644 --- a/recipes-extended/sophus/sophus_0.9.1.bb +++ b/recipes-extended/sophus/sophus_0.9.1.bb @@ -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" +CXXFLAGS += "-Wno-deprecated-declarations -Wno-misleading-indentation -Wno-int-in-bool-context"