#3982 System : Remove debug output and add comment

This commit is contained in:
Magne Sjaastad 2019-01-21 21:52:58 +01:00
parent a03e92c7b3
commit a4b9b3db12

View File

@ -185,12 +185,11 @@ target_include_directories(ecl
if (NOT INSTALL_ERT)
# set git info to zero, to avoid recompile of libecl files at every commit
set(GIT_COMMIT 0)
set(GIT_COMMIT_SHORT 0)
endif()
message("GIT_COMMIT_SHORT ${GIT_COMMIT_SHORT}")
target_compile_definitions(ecl PRIVATE
-DGIT_COMMIT=${GIT_COMMIT}
-DGIT_COMMIT_SHORT=${GIT_COMMIT_SHORT}