Skip to content

Commit

Permalink
Fix typo in CMakeLists.txt.
Browse files Browse the repository at this point in the history
Warning on missing Qt5 was incorrect.
  • Loading branch information
gcp committed Apr 30, 2018
1 parent 8fc9165 commit 9e657f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9e657f0

Please sign in to comment.