diff --git a/recipes-devtools/tomlplusplus/tomlplusplus_git.bb b/recipes-devtools/tomlplusplus/tomlplusplus_git.bb index b756190..0e8202b 100644 --- a/recipes-devtools/tomlplusplus/tomlplusplus_git.bb +++ b/recipes-devtools/tomlplusplus/tomlplusplus_git.bb @@ -9,4 +9,6 @@ PV = "3.4.0" SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de" S = "${WORKDIR}/git" +DEPENDS = "cmake-native" + inherit meson