summaryrefslogtreecommitdiffstats
path: root/cmake/module/metadata.cmake
diff options
context:
space:
mode:
authorAlexey Gavrilov <alexey.gavrilov@mail.com>2026-07-03 11:52:41 +0700
committerAlexey Gavrilov <alexey.gavrilov@mail.com>2026-07-03 11:52:41 +0700
commit4b51da0ae181ded262ff7609bd0baac67a4e92ba (patch)
treeb2ed80261d7fa438ac1ca206e9e79db2fea42183 /cmake/module/metadata.cmake
parent0d1d78eb82075c9543aa06af576825902e8ec52f (diff)
File write functions changes
In `outFeaturesToFile` function toolset is appends to a resulting file (cmake toolchain file or arch, compiler if previous is not specify). Toolset mention needs to filter available features for a specific platform. FEATURE_<feature>_IS_ENABLING var also provides when <feature> already enabled. Build type is not in toolset now. That means to parse `CMAKE_BUILD_TYPE` anyway when toolset is processing even if `CMAKE_TOOLSCHAIN_FILE` is specified. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'cmake/module/metadata.cmake')
-rw-r--r--cmake/module/metadata.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/module/metadata.cmake b/cmake/module/metadata.cmake
index 00f7ad4..de3a65f 100644
--- a/cmake/module/metadata.cmake
+++ b/cmake/module/metadata.cmake
@@ -17,10 +17,10 @@
]]
# FIX: get elements from ObjectiveProject_ROOT/arch directory
-set(OBJECTIVE_SUPPORTED_PROCESSORS x86;arm CACHE STRING "Supported
-processors by Objective kernel")
+set(OBJECTIVE_SUPPORTED_PROCESSORS x86;arm CACHE STRING
+ "Supported processors by Objective kernel")
# FIX: get apps from docs
-set(OBJECTIVE_SUPPORTED_ISO_CREATION_APPS grub-mkrescue CACHE STRING "Supported
-apps to create an ISO image")
+set(OBJECTIVE_SUPPORTED_ISO_CREATION_APPS grub-mkrescue CACHE STRING
+ "Supported apps to create an ISO image")