IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pranav Sampathkumar
corsika
Commits
77ca81ad
Commit
77ca81ad
authored
3 years ago
by
Ralf Ulrich
Browse files
Options
Downloads
Plain Diff
Merge branch 'for_cmake_3.10.2' into 'master'
old ubuntu LTS system have very old cmake See merge request
!411
parents
a292e6c6
a506290b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/pythia8/CMakeLists.txt
+5
-5
5 additions, 5 deletions
modules/pythia8/CMakeLists.txt
modules/sibyll/CMakeLists.txt
+1
-0
1 addition, 0 deletions
modules/sibyll/CMakeLists.txt
with
6 additions
and
5 deletions
modules/pythia8/CMakeLists.txt
+
5
−
5
View file @
77ca81ad
...
@@ -99,11 +99,11 @@ else ()
...
@@ -99,11 +99,11 @@ else ()
IMPORTED_LOCATION
${
Pythia8_LIBDIR
}
/libpythia8.a
IMPORTED_LOCATION
${
Pythia8_LIBDIR
}
/libpythia8.a
IMPORTED_LINK_INTERFACE_LIBRARIES dl
IMPORTED_LINK_INTERFACE_LIBRARIES dl
)
)
target_include_directories
(
set_property
(
C8::ext::pythia8
TARGET
C8::ext::pythia8
INTERFACE
APPEND PROPERTY
$<BUILD_INTERFACE:
${
Pythia8_INCLUDE_DIRS
}
>
INTERFACE_INCLUDE_DIRECTORIES
$<BUILD_INTERFACE:
${
Pythia8_INCLUDE_DIRS
}
>
$<INSTALL_INTERFACE:include/corsika/modules/pythia8/include>
$<INSTALL_INTERFACE:include/corsika/modules/pythia8/include>
)
)
message
(
STATUS
"Pythia8 build at:
${
Pythia8_PREFIX
}
, final install to:
${
Pythia8_PREFIX_INSTALL
}
"
)
message
(
STATUS
"Pythia8 build at:
${
Pythia8_PREFIX
}
, final install to:
${
Pythia8_PREFIX_INSTALL
}
"
)
...
...
This diff is collapsed.
Click to expand it.
modules/sibyll/CMakeLists.txt
+
1
−
0
View file @
77ca81ad
...
@@ -57,6 +57,7 @@ install (
...
@@ -57,6 +57,7 @@ install (
TARGETS Sibyll_static Sibyll
TARGETS Sibyll_static Sibyll
EXPORT CORSIKA8PublicTargets
EXPORT CORSIKA8PublicTargets
ARCHIVE DESTINATION lib/corsika
ARCHIVE DESTINATION lib/corsika
LIBRARY DESTINATION lib/corsika
# just for cmake 3.10.x (ubuntu 18)
)
)
# add sibyll to corsika8 build
# add sibyll to corsika8 build
...
...
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