summaryrefslogtreecommitdiffstats
path: root/CMAKE_CONFIGURE
diff options
context:
space:
mode:
authorTreeve Jelbert2016-03-12 10:15:03 +0100
committerTreeve Jelbert2016-03-12 10:15:03 +0100
commit2f49caa5fac315f3e2ad223b657243366489e19f (patch)
tree593f692b5d9ce3ee494394c17aea203df3db9add /CMAKE_CONFIGURE
parenta231a5c2f92c3e98ae3d9dc5ed1e69e87fc09f3e (diff)
CMAKE_CONFIGURE - fix typ
Diffstat (limited to 'CMAKE_CONFIGURE')
-rwxr-xr-xCMAKE_CONFIGURE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMAKE_CONFIGURE b/CMAKE_CONFIGURE
index f330ece5f0..ae19da80b6 100755
--- a/CMAKE_CONFIGURE
+++ b/CMAKE_CONFIGURE
@@ -4,7 +4,7 @@ config_query_list CM_BUILD_TYPE 'which build type?' Release Debug RelWithDebIn
#fi
# Default to Ninja cmake generator if it's installed, otherwise the standard Unix way
-if spell_ok ninja; then
+if spell_ok ninja-build-system; then
message "${MESSAGE_COLOR}${SPELL_COLOR}${SPELL}${DEFAULT_COLOR}${MESSAGE_COLOR} is using ${SPELL_COLOR}ninja${DEFAULT_COLOR}${MESSAGE_COLOR} for CMAKE GENERATOR." &&
CMAKE_GEN='Ninja'
else