Skip to content
Snippets Groups Projects
Commit a5e6ec3a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: no need to issue a warning for local modifications

parent 553a584a
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ function(repository_status root_repo_dir result_var1)
if(OTB_WC_STATUS)
message(STATUS " Local file modifications (${dir_name}) :")
string(REPLACE "\n" "\n-- " OTB_WC_STATUS_PRETTYPRINT " ${OTB_WC_STATUS}")
message(WARNING "${OTB_WC_STATUS_PRETTYPRINT}")
message(STATUS "${OTB_WC_STATUS_PRETTYPRINT}")
else()
message(STATUS " No files modified locally (${dir_name})")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment