Skip to content

Commit 113800d

Browse files
committed
remove status message
1 parent b0b9d9c commit 113800d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/.git/index")
8484
if(GIT_FOUND)
8585
execute_process(COMMAND ${GIT_EXECUTABLE} "describe" OUTPUT_VARIABLE mi_git_describe RESULT_VARIABLE mi_git_res ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
8686
if(mi_git_res EQUAL "0")
87-
message(STATUS, "git describe: ${mi_git_describe}")
8887
list(APPEND mi_defines "MI_GIT_DESCRIBE=${mi_git_describe}")
8988
# add to dependencies so we rebuild if the git head commit changes
90-
# todo: this doesn't seem to work?
9189
set_property(GLOBAL APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/.git/index")
9290
endif()
9391
endif()

0 commit comments

Comments
 (0)