Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
12c9317f
Commit
12c9317f
authored
7 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
DDSegmentation: change version variables to standard cmake
parent
bf926b8d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDSegmentation/CMakeLists.txt
+5
-5
5 additions, 5 deletions
DDSegmentation/CMakeLists.txt
with
5 additions
and
5 deletions
DDSegmentation/CMakeLists.txt
+
5
−
5
View file @
12c9317f
cmake_minimum_required
(
VERSION 3.3 FATAL_ERROR
)
project
(
DDSegmentation
)
#fg: version number must be the same as DD4hep !!
set
(
DDSegmentation_
MAJOR_
VERSION 0
)
set
(
DDSegmentation_
MINOR_
VERSION 19
)
set
(
DDSegmentation_
PATCH_
VERSION 0
)
set
(
DDSegmentation_VERSION
"
${
DDSegmentation_
MAJOR_
VERSION
}
.
${
DDSegmentation_
MINOR_
VERSION
}
"
)
set
(
DDSegmentation_SOVERSION
"
${
DDSegmentation_
MAJOR_
VERSION
}
.
${
DDSegmentation_
MINOR_
VERSION
}
"
)
set
(
DDSegmentation_VERSION
_MAJOR
0
)
set
(
DDSegmentation_VERSION
_MINOR
19
)
set
(
DDSegmentation_VERSION
_PATCH
0
)
set
(
DDSegmentation_VERSION
"
${
DDSegmentation_VERSION
_MAJOR
}
.
${
DDSegmentation_VERSION
_MINOR
}
"
)
set
(
DDSegmentation_SOVERSION
"
${
DDSegmentation_VERSION
_MAJOR
}
.
${
DDSegmentation_VERSION
_MINOR
}
"
)
#------------- set the default installation directory to be the source directory
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment