Skip to content

Commit

Permalink
Obey linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alef committed Jan 28, 2024
1 parent 1503593 commit dab543c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ if (NOT "${GIT_VERSION}" MATCHES "GIT-NOTFOUND")
message(STATUS "${PROJECT_NAME} build version is: ${GIT_VERSION}")
add_definitions(-DGIT_VERSION)
else()
message(WARNING "Git binary not found. Build version will be set to NULL. Install Git package or use -DGIT_BINARY to set path to git binary.")
set(VERSION "NULL")
message(WARNING "Git binary not found. Build version will be set to NULL. Install Git package
or use -DGIT_BINARY to set path to git binary.")
set(VERSION "NULL")
endif ()

#OS Check Placeholders. Will be used for BINDIST
Expand Down

0 comments on commit dab543c

Please sign in to comment.