diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-31 13:10:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-04 21:00:31 +0900 |
| commit | c29ac1aeecd30a06cf474774510f245244bb4066 (patch) | |
| tree | 5cf5cd1138ec4bb3dc56f949f551cd644fea6dfd /src/CMakeLists.txt | |
| parent | c84a18a92df1f65c7b6d272158d1dc6cff355a2c (diff) | |
| download | krusader-r14.1.x.tar.gz krusader-r14.1.x.zip | |
Remove tdeio_tar since it is already provided by tdebase.r14.1.x
Krusader's tdeio_tar contains a couple of extra functions compared to
tdebase's tdeio_tar, but they do not work at all.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 390ce2034f788c7da18deb4f4f79dde3ca857670)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eaee4b8..4741f8a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,4 +17,3 @@ add_subdirectory( app ) add_subdirectory( krArc ) add_subdirectory( tdeconf_update ) add_subdirectory( virt ) -tde_conditional_add_subdirectory( BUILD_TAR tar ) |
