From d86b25c460e6d51ac70319423a94f6bb94b7d56a Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 22 Aug 2022 10:31:06 -0400 Subject: Meta: Move downloading of emoji-test.txt to unicode_data.cmake The current emoji_txt.cmake does not handle download errors (which were a common source of issues in the build problems channel) or Unicode versioning. These are both handled by unicode_data.cmake. Move the download to unicode_data.cmake so that we can more easily handle next month's Unicode 15 release. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 101d4465fa..4f80c58178 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,6 @@ option(BUILD_EVERYTHING "Build all optional components" ON) include(utils) include(wasm_spec_tests) -include(emoji_txt) serenity_component( Tests -- cgit v1.2.3