Use openmp for resamp_slc
parent
9d9bfa0a72
commit
2cc8178010
|
@ -13,6 +13,11 @@ target_link_libraries(resamp_slc PUBLIC
|
||||||
target_compile_options(resamp_slc PRIVATE
|
target_compile_options(resamp_slc PRIVATE
|
||||||
-ffree-line-length-none
|
-ffree-line-length-none
|
||||||
)
|
)
|
||||||
|
if(TARGET OpenMP::OpenMP_Fortran)
|
||||||
|
target_link_libraries(resamp_slc PUBLIC
|
||||||
|
OpenMP::OpenMP_Fortran
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
InstallSameDir(
|
InstallSameDir(
|
||||||
resamp_slc
|
resamp_slc
|
||||||
|
|
Loading…
Reference in New Issue