From 690fe62c987bb3aec2998f740a14b6fbea8ac923 Mon Sep 17 00:00:00 2001 From: Bryan Marfito Date: Wed, 3 Feb 2021 10:21:42 +0800 Subject: [PATCH] Changes to Cmake to include UnwrapComp folder I've updated the CMakeLists.txt to include the folder UnwrapComp during installation. --- contrib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 4395db0..4359353 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -13,7 +13,7 @@ add_subdirectory(alos2proc) add_subdirectory(alos2proc_f) add_subdirectory(rfi) add_subdirectory(mdx) - +add_subdirectory(UnwrapComp) InstallSameDir( __init__.py )