diff options
| author | Arseny Smirnov <arseny30@gmail.com> | 2020-06-24 14:47:36 +0300 |
|---|---|---|
| committer | Arseny Smirnov <arseny30@gmail.com> | 2020-06-24 14:47:36 +0300 |
| commit | fd6423dedf2c2055d124850fc188fa9aaa95ff1c (patch) | |
| tree | 8fcee633e22ca4f799a045a845987d67909e587e /tdutils/generate | |
| parent | e8ac30cbbf8699815895f0c38e1fb21282e7d0c5 (diff) | |
update tdutils from another project
GitOrigin-RevId: 79b8eb2ba229d733f82dbb17b8bd7f27471c9472
Diffstat (limited to 'tdutils/generate')
| -rw-r--r-- | tdutils/generate/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tdutils/generate/CMakeLists.txt b/tdutils/generate/CMakeLists.txt index 9eca574ad..07353e519 100644 --- a/tdutils/generate/CMakeLists.txt +++ b/tdutils/generate/CMakeLists.txt @@ -3,6 +3,10 @@ cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) # Generates files for MIME type <-> extension conversions # DEPENDS ON: gperf grep bash/powershell +if (NOT TDUTILS_MIME_TYPE) + return() +endif() + file(MAKE_DIRECTORY auto) set(TDMIME_SOURCE |
