diff options
Diffstat (limited to 'cmake/module/metadata.cmake')
| -rw-r--r-- | cmake/module/metadata.cmake | 8 |
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") |
