Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CLHEP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
CLHEP
CLHEP
Commits
f0d2f5eb
Commit
f0d2f5eb
authored
9 years ago
by
Lynn Garren
Browse files
Options
Downloads
Patches
Plain Diff
remove unused CLHEP_DEFINITIONS variable
parent
251bca26
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
cmake/Modules/ClhepToolchain.cmake
+0
-2
0 additions, 2 deletions
cmake/Modules/ClhepToolchain.cmake
cmake/Templates/CLHEPConfig.cmake.in
+0
-7
0 additions, 7 deletions
cmake/Templates/CLHEPConfig.cmake.in
with
0 additions
and
9 deletions
cmake/Modules/ClhepToolchain.cmake
+
0
−
2
View file @
f0d2f5eb
...
...
@@ -25,7 +25,6 @@ macro(clhep_toolchain)
#
# First we set the needed variables
set
(
CLHEP_VERSION
${
VERSION
}
)
set
(
CLHEP_DEFINITIONS
)
set
(
CLHEP_INCLUDE_DIR
${
PROJECT_BINARY_DIR
}
)
# Now we configure the CLHEPConfig and CLHEPConfigVersion file templates,
...
...
@@ -104,7 +103,6 @@ endforeach()
# Again we set the needed variable first. Not all have actually changed,
# but we set again for clarity and just to be sure.
set
(
CLHEP_VERSION
${
VERSION
}
)
set
(
CLHEP_DEFINITIONS
)
# The setup of the include dir is slightly different because we want
# to make the install relocatable (Current CLHEP setup *is* relocatable).
...
...
This diff is collapsed.
Click to expand it.
cmake/Templates/CLHEPConfig.cmake.in
+
0
−
7
View file @
f0d2f5eb
# - Config file for the CLHEP package
# It defines the following variables
# CLHEP_INCLUDE_DIRS - include directories for CLHEP
# CLHEP_DEFINITIONS - compile definitions needed to use CLHEP
# CLHEP_LIBRARIES - libraries to link against
#
# You may supply a version number through find_package which will be checked
...
...
@@ -110,12 +109,6 @@ set(CLHEP_INCLUDE_DIR @CLHEP_INCLUDE_DIR@)
#
set(CLHEP_INCLUDE_DIRS ${CLHEP_INCLUDE_DIR})
#----------------------------------------------------------------------------
# Set the compile definitions required to use CLHEP
# We don't really need this for now.
set(CLHEP_DEFINITIONS @CLHEP_DEFINITIONS@)
#----------------------------------------------------------------------------
# Include the file listing all the imported targets.
# This is installed in the same location as us...
...
...
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