From 414682e08f54f8a6bb6a83450ef9dd1c2bb29aaa Mon Sep 17 00:00:00 2001 From: Christoph Rosemann <Christoph.Rosemann@desy.de> Date: Thu, 5 Sep 2013 14:46:16 +0000 Subject: [PATCH] cosmetic changes to the revision number determination -- no newline anymore commented out the copying of thisdd4hep shell script until proven that it's really needed --- CMakeLists.txt | 6 +++--- cmake/GlobalSVNRevision.cmake | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f63d65503..d4b571aaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,8 +90,8 @@ add_subdirectory(UtilityApps) #endif() #---Configuration------------------------------------------------------------------- -configure_file(cmake/thisdd4hep.csh thisdd4hep.csh @ONLY) -configure_file(cmake/thisdd4hep.sh thisdd4hep.sh @ONLY) +#~ configure_file(cmake/thisdd4hep.csh thisdd4hep.csh @ONLY) +#~ configure_file(cmake/thisdd4hep.sh thisdd4hep.sh @ONLY) @@ -101,4 +101,4 @@ display_std_variables() ############################################################################## # generate and install following configuration files -generate_package_configuration_files( DD4hepConfig.cmake DD4hepConfigVersion.cmake DD4hepLibDeps.cmake ) \ No newline at end of file +generate_package_configuration_files( DD4hepConfig.cmake DD4hepConfigVersion.cmake DD4hepLibDeps.cmake ) diff --git a/cmake/GlobalSVNRevision.cmake b/cmake/GlobalSVNRevision.cmake index 7b6985c28..3e7c5a6d6 100644 --- a/cmake/GlobalSVNRevision.cmake +++ b/cmake/GlobalSVNRevision.cmake @@ -8,4 +8,4 @@ EXECUTE_PROCESS( COMMAND "svnversion" SET(GLOBAL_SVN_REVISION "NoNumberAvailable") ENDIF() -MESSAGE(STATUS "Found global svn revision to be ${GLOBAL_SVN_REVISION}.") +MESSAGE(STATUS "Found global svn revision to be ${GLOBAL_SVN_REVISION}") -- GitLab