Skip to content

Commit 8ce572f

Browse files
committed
tar: drop project
- archive creation: not need by the new OTA mechanism anyway - extraction: replaced by unpack
1 parent 91a1ade commit 8ce572f

File tree

4 files changed

+0
-2729
lines changed

4 files changed

+0
-2729
lines changed

cmake/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -418,14 +418,6 @@ declare_project(thirdparty/sdl2 ${EXCLUDE_FROM_ALL})
418418
# sqlite
419419
declare_project(thirdparty/sqlite)
420420

421-
# tar
422-
if(NOT (ANDROID OR APPLE OR EMULATE_READER OR WIN32))
423-
set(EXCLUDE_FROM_ALL)
424-
else()
425-
set(EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL)
426-
endif()
427-
declare_project(thirdparty/tar ${EXCLUDE_FROM_ALL})
428-
429421
# tesseract
430422
set(DEPENDS leptonica)
431423
if(ANDROID)

thirdparty/tar/CMakeLists.txt

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)