Update CMakeLists.txt

LT1AB
Bryan Marfito 2021-02-28 19:29:13 +08:00 committed by GitHub
parent 7ee03ec9d1
commit 903243c1c6
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