From 028875d73df028edd3e2dfa065f6bded40ce798f Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Mon, 14 Nov 2016 17:16:21 +0100 Subject: [PATCH] Fix typo --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19798d2fd..c0a892a02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,8 @@ option(CMAKE_MACOSX_RPATH "Build with rpath on macos" ON) # # project version (Major,minor,patch) # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -# !! Use the same version numbers in DDSegmentaion/CmakeLists.txt !! -# !! and make also sure to change in ./DDCore/include/DD4hep/LCDD.h !! +# !! Use the same version numbers in DDSegmentation/CMakeLists.txt !! +# !! and make also sure to change in DDCore/include/DD4hep/LCDD.h !! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # dd4hep_set_version(DD4hep MAJOR 0 MINOR 19 PATCH 0) -- GitLab