Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
a55b6ee1
Commit
a55b6ee1
authored
Nov 30, 2016
by
Lynn Garren
Browse files
check the Intel compiler for thread_local
parent
3a4d2996
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/Modules/ClhepVariables.cmake
View file @
a55b6ee1
...
@@ -261,6 +261,8 @@ macro( clhep_set_compiler_flags )
...
@@ -261,6 +261,8 @@ macro( clhep_set_compiler_flags )
else
()
else
()
_clhep_use_pthread
()
_clhep_use_pthread
()
endif
()
endif
()
elseif
(
${
CMAKE_CXX_COMPILER_ID
}
STREQUAL
"Intel"
)
_clhep_use_pthread
()
else
()
else
()
set
(
CLHEP_THREAD_DEFINITION
"#define CLHEP_THREAD_LOCAL"
)
set
(
CLHEP_THREAD_DEFINITION
"#define CLHEP_THREAD_LOCAL"
)
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
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