Skip to content
Snippets Groups Projects
Commit 6a8bbb54 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing OpenMP flags fowarding

parent 78b58d75
No related branches found
No related tags found
No related merge requests found
Pipeline #4098 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment