From 3dfa2151743a16f3f3bded76eaef32d8988e95e5 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Wed, 25 May 2022 22:39:09 +0200 Subject: [PATCH] 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. --- Userland/Applications/CharacterMap/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )