Skip to content

Commit

Permalink
link thd_objs against omp target in cmake
Browse files Browse the repository at this point in the history
required for thd_incorrelate which makes use of omp... and may not have correctly wrapped code blocks... not sure
  • Loading branch information
leej3 committed Jun 12, 2021
1 parent 47888ee commit 6db3667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists_mri.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ add_library(
)
target_link_libraries(thd_objs
PUBLIC libheaders
PRIVATE $<TARGET_NAME_IF_EXISTS:OpenMP::OpenMP_C>
)

add_library(
Expand Down

0 comments on commit 6db3667

Please sign in to comment.