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
0fc8f950
Commit
0fc8f950
authored
7 years ago
by
Andre Sailer
Committed by
Marko Petric
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CMake: Set Project for examples
parent
11e6be18
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/CMakeLists.txt
+3
-0
3 additions, 0 deletions
examples/CMakeLists.txt
with
3 additions
and
0 deletions
examples/CMakeLists.txt
+
3
−
0
View file @
0fc8f950
...
@@ -22,6 +22,9 @@
...
@@ -22,6 +22,9 @@
# M.Frank, CERN, 2015: Adapt to new cmake scripts
# M.Frank, CERN, 2015: Adapt to new cmake scripts
#==========================================================================
#==========================================================================
cmake_minimum_required
(
VERSION 3.3 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.3 FATAL_ERROR
)
project
(
DD4hep_Examples
)
option
(
BUILD_TESTING
"Enable and build tests"
ON
)
option
(
BUILD_TESTING
"Enable and build tests"
ON
)
option
(
CMAKE_MACOSX_RPATH
"Build with rpath on macos"
ON
)
option
(
CMAKE_MACOSX_RPATH
"Build with rpath on macos"
ON
)
#
#
...
...
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