Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Fred Wright
CMake
Commits
042aba3d
Commit
042aba3d
authored
Nov 02, 2020
by
William R. Dieter
Committed by
Brad King
Jan 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FindOpenMP: Add support for IntelLLVM
Signed-off-by:
William R. Dieter
<
william.r.dieter@intel.com
>
parent
90941a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Modules/FindOpenMP.cmake
Modules/FindOpenMP.cmake
+1
-0
No files found.
Modules/FindOpenMP.cmake
View file @
042aba3d
...
...
@@ -113,6 +113,7 @@ function(_OPENMP_FLAG_CANDIDATES LANG)
else
()
set
(
OMP_FLAG_Intel
"-qopenmp"
)
endif
()
set
(
OMP_FLAG_IntelLLVM
"-fiopenmp"
)
set
(
OMP_FLAG_MSVC
"-openmp"
)
set
(
OMP_FLAG_PathScale
"-openmp"
)
set
(
OMP_FLAG_NAG
"-openmp"
)
...
...
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