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
ba2be28c
Commit
ba2be28c
authored
4 years ago
by
Valentin Volkl
Committed by
Andre Sailer
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[cpack] remove obsolete lines
parent
b8485cc4
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
cmake/DD4hepCPack.cmake
+1
-12
1 addition, 12 deletions
cmake/DD4hepCPack.cmake
with
1 addition
and
12 deletions
cmake/DD4hepCPack.cmake
+
1
−
12
View file @
ba2be28c
...
...
@@ -5,7 +5,6 @@ set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/AIDASoft/dd4hep")
set
(
CPACK_PACKAGE_DESCRIPTION
"Detector Description Toolkit for HEP"
)
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
${
CPACK_PACKAGE_DESCRIPTION
}
)
set
(
CPACK_PACKAGE_VENDOR
"AIDASoft"
)
set
(
CPACK_PACKAGE_VERSION
${
dd4hep_VERSION
}
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
${
DD4hep_VERSION_MAJOR
}
)
set
(
CPACK_PACKAGE_VERSION_MINOR
${
DD4hep_VERSION_MINOR
}
)
set
(
CPACK_PACKAGE_VERSION_PATCH
${
DD4hep_VERSION_PATCH
}
)
...
...
@@ -28,19 +27,9 @@ set(CPACK_SOURCE_IGNORE_FILES
)
set
(
CPACK_SOURCE_STRIP_FILES
""
)
#--- translate buildtype -------------------------------------------------------
string
(
TOLOWER
"
${
CMAKE_BUILD_TYPE
}
"
buildtype_lower
)
if
(
buildtype_lower STREQUAL
"release"
)
set
(
HSF_BUILDTYPE
"opt"
)
elseif
(
buildtype_lower STREQUAL
"debug"
)
set
(
HSF_BUILDTYPE
"dbg"
)
elseif
(
buildtype_lower STREQUAL
"relwithbebinfo"
)
set
(
HSF_BUILDTYPE
"owd"
)
endif
()
set
(
CPACK_PACKAGE_RELOCATABLE True
)
set
(
CPACK_PACKAGE_INSTALL_DIRECTORY
""
)
set
(
CPACK_PACKAGE_FILE_NAME
"DD4hep_
${
DD4hep_VERSION_MAJOR
}
.
${
DD4hep_VERSION_MINOR
}
.
${
DD4hep_VERSION_PATCH
}
"
)
set
(
CPACK_PACKAGE_FILE_NAME
"DD4hep_
v
${
DD4hep_VERSION_MAJOR
}
.
${
DD4hep_VERSION_MINOR
}
.
${
DD4hep_VERSION_PATCH
}
"
)
include
(
CPack
)
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