summaryrefslogtreecommitdiffstats
path: root/meta/classes/cmake.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/cmake.bbclass')
-rw-r--r--meta/classes/cmake.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index 77ab626f9f..feabf6dea9 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -84,6 +84,8 @@ EOF
84 84
85addtask generate_toolchain_file after do_patch before do_configure 85addtask generate_toolchain_file after do_patch before do_configure
86 86
87CONFIGURE_FILES = "CMakeLists.txt"
88
87cmake_do_configure() { 89cmake_do_configure() {
88 if [ "${OECMAKE_BUILDPATH}" ]; then 90 if [ "${OECMAKE_BUILDPATH}" ]; then
89 bbnote "cmake.bbclass no longer uses OECMAKE_BUILDPATH. The default behaviour is now out-of-tree builds with B=WORKDIR/build." 91 bbnote "cmake.bbclass no longer uses OECMAKE_BUILDPATH. The default behaviour is now out-of-tree builds with B=WORKDIR/build."