From daae7ab09b5c3d3186556ae664fe61dcd4673b8e Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 3 Aug 2023 21:03:41 +0200 Subject: [PATCH] Minimal change --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2996327b5..e58700652 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ endif() #============================================== Project name and Version =============================================== #======================================================================================================================= # It's simplest to keep the project name all lower-case as it means we can use a lot more of the default settings for -# Linux packaging (where directory names etc are expected to be all lower-case) +# Linux packaging (where directory names etc are expected to be all lower-case). project(brewtarget VERSION 3.0.10 LANGUAGES CXX) message(STATUS "Building ${PROJECT_NAME} version ${PROJECT_VERSION}") message(STATUS "PROJECT_SOURCE_DIR is ${PROJECT_SOURCE_DIR}")