Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
a91fd332
Commit
a91fd332
authored
5 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
DD4hepConfig: remove check for CXX_STANDARD, the dd4hep targets export their cxx_std now
parent
d44a2623
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/DD4hepConfig.cmake.in
+0
-10
0 additions, 10 deletions
cmake/DD4hepConfig.cmake.in
with
0 additions
and
10 deletions
cmake/DD4hepConfig.cmake.in
+
0
−
10
View file @
a91fd332
...
...
@@ -30,16 +30,6 @@ set ( DD4HEP_USE_LCIO "@DD4HEP_USE_LCIO@" )
set ( DD4HEP_USE_XERCESC "@DD4HEP_USE_XERCESC@" )
set ( DD4hep_BUILD_CXX_STANDARD @CMAKE_CXX_STANDARD@ )
# figure out if including build has compatible standard set
if (NOT "${CMAKE_CXX_STANDARD}" EQUAL "${DD4hep_BUILD_CXX_STANDARD}")
message( FATAL_ERROR "CMAKE_CXX_STANDARD is set to C++${CMAKE_CXX_STANDARD} but C++${DD4hep_BUILD_CXX_STANDARD} is required for DD4hep.")
endif()
# set ( GEANT4_USE_CLHEP "@GEANT4_USE_CLHEP@" )
# set ( ROOTSYS "$ENV{ROOTSYS}" )
# set ( ROOT_DIR "$ENV{ROOTSYS}/cmake" )
# set ( ROOT_VERSION "@ROOT_VERSION@" )
include ( ${DD4hep_DIR}/cmake/DD4hep.cmake )
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${DD4hep_DIR}/cmake )
...
...
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