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
b46a80bd
Commit
b46a80bd
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
removed stray find_package boost
parent
b3abfc43
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Processes/UrQMD/CMakeLists.txt
+0
-3
0 additions, 3 deletions
Processes/UrQMD/CMakeLists.txt
ThirdParty/CMakeLists.txt
+1
-1
1 addition, 1 deletion
ThirdParty/CMakeLists.txt
with
1 addition
and
4 deletions
Processes/UrQMD/CMakeLists.txt
+
0
−
3
View file @
b46a80bd
...
@@ -47,14 +47,11 @@ set (
...
@@ -47,14 +47,11 @@ set (
add_library
(
ProcessUrQMD STATIC
${
MODEL_SOURCES
}
)
add_library
(
ProcessUrQMD STATIC
${
MODEL_SOURCES
}
)
CORSIKA_COPY_HEADERS_TO_NAMESPACE
(
ProcessUrQMD
${
MODEL_NAMESPACE
}
${
MODEL_HEADERS
}
)
CORSIKA_COPY_HEADERS_TO_NAMESPACE
(
ProcessUrQMD
${
MODEL_NAMESPACE
}
${
MODEL_HEADERS
}
)
find_package
(
Boost REQUIRED
)
set_target_properties
(
set_target_properties
(
ProcessUrQMD
ProcessUrQMD
PROPERTIES
PROPERTIES
VERSION
${
PROJECT_VERSION
}
VERSION
${
PROJECT_VERSION
}
SOVERSION 1
SOVERSION 1
# PUBLIC_HEADER "${MODEL_HEADERS}"
)
)
# target dependencies on other libraries (also the header onlys)
# target dependencies on other libraries (also the header onlys)
...
...
This diff is collapsed.
Click to expand it.
ThirdParty/CMakeLists.txt
+
1
−
1
View file @
b46a80bd
...
@@ -35,7 +35,7 @@ message (STATUS "USE_BOOST_C8='${USE_BOOST_C8}'")
...
@@ -35,7 +35,7 @@ message (STATUS "USE_BOOST_C8='${USE_BOOST_C8}'")
add_library
(
C8::ext::boost INTERFACE IMPORTED GLOBAL
)
add_library
(
C8::ext::boost INTERFACE IMPORTED GLOBAL
)
if
(
"x_
${
USE_BOOST_C8
}
"
STREQUAL
"x_SYSTEM"
)
if
(
"x_
${
USE_BOOST_C8
}
"
STREQUAL
"x_SYSTEM"
)
find_package
(
Boost REQUIRED COMPONENTS mp11 iterator core format interval optional type_index histogram
)
find_package
(
Boost REQUIRED COMPONENTS mp11 iterator core format interval optional type_index histogram
multi_array
)
message
(
STATUS
"Using system-level boost version
${
Boost_VERSION
}
at
${
Boost_INCLUDE_DIR
}
"
)
message
(
STATUS
"Using system-level boost version
${
Boost_VERSION
}
at
${
Boost_INCLUDE_DIR
}
"
)
set_target_properties
(
set_target_properties
(
...
...
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