Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
700526f3
Commit
700526f3
authored
Jul 14, 2011
by
Lynn Garren
Browse files
ignore empty RotationXYZ.cc on MacOSX
parent
db4ebc73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Vector/src/CMakeLists.txt
View file @
700526f3
clhep_build_library
(
Vector
AxisAngle.cc
set
(
Vector_source_list
AxisAngle.cc
Boost.cc
BoostX.cc
BoostY.cc
...
...
@@ -23,7 +23,6 @@ clhep_build_library ( Vector AxisAngle.cc
RotationL.cc
RotationP.cc
RotationX.cc
RotationXYZ.cc
RotationY.cc
RotationZ.cc
SpaceVector.cc
...
...
@@ -35,3 +34,11 @@ clhep_build_library ( Vector AxisAngle.cc
TwoVector.cc
ZMinput.cc
ZMxpv.cc
)
# RotationXYZ is empty
# Skip it on MacOSX so ranlib won't complain
if
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Darwin"
)
else
()
set
(
Vector_source_list
${
Vector_source_list
}
RotationXYZ.cc
)
endif
()
clhep_build_library
(
Vector
${
Vector_source_list
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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