Convert ARM_TARGET option() to selection-list

This commit is contained in:
Tony Butler 2021-05-19 20:17:50 -06:00
parent 02d45834e1
commit 8927f2423a
2 changed files with 9 additions and 4 deletions

View file

@ -34,7 +34,6 @@ option(WITH_SECURE_JIT "Enable secure access to JIT memory" OFF)
option(WITH_DMI "Enable DMI/SMBIOS reader" ON)
option(BUILD_STATIC "Build static binary" OFF)
option(ARM_TARGET "Force use specific ARM target 8 or 7" 0)
option(HWLOC_DEBUG "Enable hwloc debug helpers and log" OFF)