diff options
-rw-r--r-- | meta/classes/cmake.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 74a952142f..d60dad8d66 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
@@ -9,7 +9,7 @@ CCACHE = "" | |||
9 | 9 | ||
10 | # What CMake generator to use. | 10 | # What CMake generator to use. |
11 | # The supported options are "Unix Makefiles" or "Ninja". | 11 | # The supported options are "Unix Makefiles" or "Ninja". |
12 | OECMAKE_GENERATOR ?= "Unix Makefiles" | 12 | OECMAKE_GENERATOR ?= "Ninja" |
13 | 13 | ||
14 | python() { | 14 | python() { |
15 | generator = d.getVar("OECMAKE_GENERATOR") | 15 | generator = d.getVar("OECMAKE_GENERATOR") |