Skip to content

Commit 0c00b59

Browse files
authored
Fixed OpenMP compiler flags (#654)
1 parent 7680716 commit 0c00b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ if (MATX_EN_NVPL OR MATX_EN_X86_FFTW)
177177
message(STATUS "Enabling OpenMP support")
178178
find_package(OpenMP REQUIRED)
179179
target_link_libraries(matx INTERFACE OpenMP::OpenMP_CXX)
180+
target_compile_options(matx INTERFACE ${OpenMP_CXX_FLAGS})
180181
target_compile_definitions(matx INTERFACE MATX_EN_OMP=1)
181182
if (MATX_EN_NVPL)
182183
message(STATUS "Enabling NVPL library support for ARM CPUs")

0 commit comments

Comments
 (0)