mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
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.
This commit is contained in:
parent
cde4552710
commit
d86b25c460
3 changed files with 20 additions and 24 deletions
|
@ -206,7 +206,6 @@ option(BUILD_EVERYTHING "Build all optional components" ON)
|
|||
|
||||
include(utils)
|
||||
include(wasm_spec_tests)
|
||||
include(emoji_txt)
|
||||
|
||||
serenity_component(
|
||||
Tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue