From 554e6610f0d2e0e3dcccfced905828d2aef8fc4d Mon Sep 17 00:00:00 2001 From: Bryan Marfito Date: Sun, 28 Feb 2021 22:40:17 +0800 Subject: [PATCH] Update CMakeLists.txt I've proposed to removed the SConscript from the CMakeLists.txt since it is not necessary when compiling using CMake. --- components/isceobj/Sensor/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/components/isceobj/Sensor/CMakeLists.txt b/components/isceobj/Sensor/CMakeLists.txt index 5da1baa..32ffc5e 100644 --- a/components/isceobj/Sensor/CMakeLists.txt +++ b/components/isceobj/Sensor/CMakeLists.txt @@ -55,7 +55,6 @@ endif() Python_add_library(alos MODULE bindings/alosmodule.cpp - src/ALOS_pre_process/SConscript src/ALOS_pre_process/lib_functions.h src/ALOS_pre_process/read_ALOSE_data.c src/ALOS_pre_process/siocomplex.h