From 903243c1c693ca62c9b5149c7ef523fee2fd97d1 Mon Sep 17 00:00:00 2001 From: Bryan Marfito Date: Sun, 28 Feb 2021 19:29:13 +0800 Subject: [PATCH] Update CMakeLists.txt --- contrib/alos2proc_f/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/alos2proc_f/CMakeLists.txt b/contrib/alos2proc_f/CMakeLists.txt index 888d594..31f9772 100644 --- a/contrib/alos2proc_f/CMakeLists.txt +++ b/contrib/alos2proc_f/CMakeLists.txt @@ -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