Use openmp for resamp_slc

LT1AB
piyushrpt 2020-07-15 22:09:36 -07:00
parent 9d9bfa0a72
commit 2cc8178010
1 changed files with 5 additions and 0 deletions

View File

@ -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