diff --git a/CMakeLists.txt b/CMakeLists.txt index 2996327b..e5870065 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}")