From 9e657f0b90a6562c58e79c42d9a11784f7d159fb Mon Sep 17 00:00:00 2001 From: Gian-Carlo Pascutto Date: Mon, 30 Apr 2018 17:28:56 +0200 Subject: [PATCH] Fix typo in CMakeLists.txt. Warning on missing Qt5 was incorrect. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 411a5bc91..29714df6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of Leela Zero. # Copyright (C) 2017 Marco Calignano -# Copyright (C) 2017 Gian-Carlo Pascutto +# Copyright (C) 2017-2018 Gian-Carlo Pascutto and contributors # Leela Zero is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -119,7 +119,7 @@ if(Qt5Core_FOUND) build target for `autogtp` and `validation` is disabled.") endif() else() - message(WARNNING "Qt is not found, build for `autogtp` and `validation` is disabled") + message(WARNING "Qt is not found, build for `autogtp` and `validation` is disabled") endif() # Google Test below