Merge pull request #241 from bjmarfito/main

Resolved the issue on the rdrdem_offset stage
LT1AB
Ryan Burns 2021-02-28 19:52:42 -08:00 committed by GitHub
commit 7292d56a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ cython_add_module(alos2proc_f
)
target_include_directories(alos2proc_f PUBLIC include)
target_link_libraries(alos2proc_f PUBLIC FFTW::Float OpenMP::OpenMP_Fortran)
target_link_libraries(alos2proc_f PUBLIC
FFTW::Float)
InstallSameDir(
alos2proc_f