mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3982 System : Remove debug output and add comment
This commit is contained in:
parent
a03e92c7b3
commit
a4b9b3db12
3
ThirdParty/Ert/lib/CMakeLists.txt
vendored
3
ThirdParty/Ert/lib/CMakeLists.txt
vendored
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user