From f18c6eb0eae4a38dc4adda40af19316877aa3aff Mon Sep 17 00:00:00 2001 From: Bastiaan van der Plaat Date: Tue, 26 Sep 2023 19:24:07 +0200 Subject: [PATCH] Maps: Make Maps a recommended CMake component instead of required --- Userland/Applications/Maps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/Maps/CMakeLists.txt b/Userland/Applications/Maps/CMakeLists.txt index 1b1587075c..e5852d73c6 100644 --- a/Userland/Applications/Maps/CMakeLists.txt +++ b/Userland/Applications/Maps/CMakeLists.txt @@ -1,6 +1,6 @@ serenity_component( Maps - REQUIRED + RECOMMENDED TARGETS Maps )