Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
6b88ffde
Commit
6b88ffde
authored
Jan 08, 2021
by
Lynn Garren
Browse files
Merge branch 'patch-1' into 'develop'
Fix tiny CMake syntax error in ClhepToolchain.cmake See merge request
!7
parents
4d6e508a
46d0d011
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Modules/ClhepToolchain.cmake
View file @
6b88ffde
...
...
@@ -83,7 +83,7 @@ configure_file(${PROJECT_SOURCE_DIR}/cmake/Templates/clhep.pc.in
set
(
CLHEP_PC_Exceptions_REQUIRES
"clhep-cast =
${
CLHEP_VERSION
}
, clhep-refcount =
${
CLHEP_VERSION
}
"
)
set
(
CLHEP_PC_Geometry_REQUIRES
"clhep-vector =
${
CLHEP_VERSION
}
"
)
set
(
CLHEP_PC_Matrix_REQUIRES
"clhep-random =
${
CLHEP_VERSION
}
, clhep-vector =
${
CLHEP_VERSION
}
"
)
set
(
CLHEP_PC_RandomObjects_REQUIRES
=
"clhep-random =
${
CLHEP_VERSION
}
, clhep-matrix =
${
CLHEP_VERSION
}
, clhep-vector =
${
CLHEP_VERSION
}
"
)
set
(
CLHEP_PC_RandomObjects_REQUIRES
"clhep-random =
${
CLHEP_VERSION
}
, clhep-matrix =
${
CLHEP_VERSION
}
, clhep-vector =
${
CLHEP_VERSION
}
"
)
# Now the components
foreach
(
_lib
${
CLHEP_libraries
}
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment