Skip to content

Commit

Permalink
Minimal change
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Young committed Aug 3, 2023
1 parent e2c4e55 commit daae7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit daae7ab

Please sign in to comment.