diff options
| -rw-r--r-- | meta/classes-recipe/cmake.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/cmake.bbclass b/meta/classes-recipe/cmake.bbclass index 41748b0820..d978b88944 100644 --- a/meta/classes-recipe/cmake.bbclass +++ b/meta/classes-recipe/cmake.bbclass | |||
| @@ -156,7 +156,7 @@ EOF | |||
| 156 | 156 | ||
| 157 | addtask generate_toolchain_file after do_patch before do_configure | 157 | addtask generate_toolchain_file after do_patch before do_configure |
| 158 | 158 | ||
| 159 | CONFIGURE_FILES = "CMakeLists.txt" | 159 | CONFIGURE_FILES = "CMakeLists.txt *.cmake" |
| 160 | 160 | ||
| 161 | do_configure[cleandirs] = "${@d.getVar('B') if d.getVar('S') != d.getVar('B') else ''}" | 161 | do_configure[cleandirs] = "${@d.getVar('B') if d.getVar('S') != d.getVar('B') else ''}" |
| 162 | 162 | ||
