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
76958131
Commit
76958131
authored
6 years ago
by
Paul Gessinger
Committed by
MarkusFrankATcernch
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
PR comments: mention DD4hep, fix set variable
parent
1b26dde1
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
+1
-2
1 addition, 2 deletions
cmake/DD4hepConfig.cmake.in
with
1 addition
and
2 deletions
cmake/DD4hepConfig.cmake.in
+
1
−
2
View file @
76958131
...
@@ -35,11 +35,10 @@ if("${CMAKE_CXX_STANDARD}" STREQUAL "")
...
@@ -35,11 +35,10 @@ if("${CMAKE_CXX_STANDARD}" STREQUAL "")
else()
else()
if (NOT "${CMAKE_CXX_STANDARD}" EQUAL "${DD4hep_BUILD_CXX_STANDARD}")
if (NOT "${CMAKE_CXX_STANDARD}" EQUAL "${DD4hep_BUILD_CXX_STANDARD}")
message( SEND_ERROR "CMAKE_CXX_STANDARD is set to C++${CMAKE_CXX_STANDARD}\
message( SEND_ERROR "CMAKE_CXX_STANDARD is set to C++${CMAKE_CXX_STANDARD}\
but C++${DD4hep_BUILD_CXX_STANDARD} is required.")
but C++${DD4hep_BUILD_CXX_STANDARD} is required
for DD4hep
.")
endif()
endif()
endif()
endif()
set ( CMAKE_CXX_STANDARD @CMAKE_CXX_STANDARD@ )
set ( CMAKE_CXX_STANDARD_REQUIRED ON )
set ( CMAKE_CXX_STANDARD_REQUIRED ON )
set ( CMAKE_CXX_EXTENSIONS OFF )
set ( CMAKE_CXX_EXTENSIONS OFF )
set ( Geant4_DIR "@Geant4_DIR@" )
set ( Geant4_DIR "@Geant4_DIR@" )
...
...
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