diff options
author | Karol Kosek <krkk@serenityos.org> | 2022-05-25 22:39:09 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-26 21:54:58 +0100 |
commit | 3dfa2151743a16f3f3bded76eaef32d8988e95e5 (patch) | |
tree | 3ae110d34950550fcaf214844bb9d73dbfc37add /Userland/Applications/CharacterMap | |
parent | 2cfbb9a0e812b0e96c7b7cd93a82c42d005e9f94 (diff) | |
download | serenity-3dfa2151743a16f3f3bded76eaef32d8988e95e5.zip |
CharacterMap: Mark this component as 'recommended', not 'required'
Despite being a small and useful program, it doesn't feel being
essential enough to be included in every build configuration.
Diffstat (limited to 'Userland/Applications/CharacterMap')
-rw-r--r-- | Userland/Applications/CharacterMap/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/CharacterMap/CMakeLists.txt b/Userland/Applications/CharacterMap/CMakeLists.txt index 73d6b3392d..e98bb69e4a 100644 --- a/Userland/Applications/CharacterMap/CMakeLists.txt +++ b/Userland/Applications/CharacterMap/CMakeLists.txt @@ -1,6 +1,6 @@ serenity_component( CharacterMap - REQUIRED + RECOMMENDED TARGETS CharacterMap ) |