From 8004fd85c64c707baecd5dc50942b0854a3ff5df Mon Sep 17 00:00:00 2001 From: Andrei Yankovich <EndrIIMail@gmail.com> Date: Tue, 20 Jul 2021 12:11:45 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56ade7f..94b2046 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf) find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED) if(${QT_VERSION_MAJOR} GREATER 5) - message("This project not support qt 6 please use the qt5 fir building.") + message("This project not support qt6 libraries. Please use the qt5 libraries for building.") return() endif() find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED) @@ -150,4 +150,3 @@ if (HANOI_SERVER) add_subdirectory(submodules/Patronum) add_subdirectory(HanoiTowers/Server) endif() -