Skip to content

Commit

Permalink
Fix a small, apparent typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-carson committed Sep 26, 2024
1 parent 0d41518 commit 27642cf
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 @@ -8,7 +8,7 @@ if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
endif()

message("Building for target : ${CMAKE_SYSTEM_NAME}")
message("Building for target: ${CMAKE_SYSTEM_NAME}")
message("PROJECT_VERSION: ${PROJECT_VERSION}${VERSION_STATUS}")
message("VERSION_HASH: ${VERSION_HASH}")

Expand Down

0 comments on commit 27642cf

Please sign in to comment.