Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
6a8bbb54
Commit
6a8bbb54
authored
Dec 29, 2021
by
incardon
Browse files
Fixing OpenMP flags fowarding
parent
78b58d75
Pipeline
#4098
passed with stages
in 40 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6a8bbb54
...
...
@@ -200,7 +200,8 @@ if (OPENMP_FOUND)
else
()
file
(
WRITE openmp_flags
"
${
OpenMP_CXX_FLAGS
}
"
)
endif
()
file
(
WRITE openmp_libs
${
OpenMP_CXX_LIBRARIES
}
)
string
(
REPLACE
";"
" "
OpenMP_CXX_LIBRARIES_LIB
"
${
OpenMP_CXX_LIBRARIES
}
"
)
file
(
WRITE openmp_libs
${
OpenMP_CXX_LIBRARIES_LIB
}
)
endif
()
if
(
ENABLE_GPU AND CUDA_FOUND
)
...
...
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