mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
CMake: Pass NO_POLICY_SCOPE to options cmake helpers
Tell CMake to not create a new policy scope for the (lagom|serenity|common)_options.cmake helpers, and lets us set common policies for both projects in common_options.cmake that actually apply to the rest of the project, instead of just common_options.cmake itself.
This commit is contained in:
parent
f96a3c002a
commit
16d4791212
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# Options specific to the Serenity (target) build
|
||||
#
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/common_options.cmake)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/common_options.cmake NO_POLICY_SCOPE)
|
||||
|
||||
serenity_option(ENABLE_PCI_IDS_DOWNLOAD ON CACHE BOOL "Enable download of the pci.ids database at build time")
|
||||
serenity_option(ENABLE_USB_IDS_DOWNLOAD ON CACHE BOOL "Enable download of the usb.ids database at build time")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue