1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:38:10 +00:00

Maps: Make Maps a recommended CMake component instead of required

This commit is contained in:
Bastiaan van der Plaat 2023-09-26 19:24:07 +02:00 committed by Andrew Kaster
parent e14189de0f
commit f18c6eb0ea

View file

@ -1,6 +1,6 @@
serenity_component(
Maps
REQUIRED
RECOMMENDED
TARGETS Maps
)