# HG changeset patch # User Sebastien Decugis # Date 1370224750 -28800 # Node ID 9c9f2b75bf9523fab38f6b968e26fcf85873edf6 # Parent 11724ff7863834a8e7534c7cc096b8564509b99f Remove debug message diff -r 11724ff78638 -r 9c9f2b75bf95 cmake/Modules/GetVersionWithHg.cmake --- a/cmake/Modules/GetVersionWithHg.cmake Fri May 31 20:23:55 2013 +0200 +++ b/cmake/Modules/GetVersionWithHg.cmake Mon Jun 03 09:59:10 2013 +0800 @@ -1,7 +1,5 @@ # This file is called at build time. It regenerates the version.h file based on the hg version. -message(STATUS "Calling script") - EXECUTE_PROCESS( COMMAND ${HGCOMMAND} id -i WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}