[SDK:CMAKE] Remove unused BUILD_MP build option (#7862)

It was introduced in commit 1f9c4940d (r38270), but this flag isn't used
anymore in our source tree, and nowadays, we actively compile both UP
and MP support.
This commit is contained in:
Hermès Bélusca-Maïto 2025-04-04 13:13:30 +02:00
parent 00f4a0f89b
commit 79f281e74f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -92,8 +92,6 @@ else()
set(_WINKD_ FALSE CACHE BOOL "Whether to compile with the KD protocol.")
endif()
option(BUILD_MP "Whether to build the multiprocessor versions of NTOSKRNL and HAL." ON)
cmake_dependent_option(ISAPNP_ENABLE "Whether to enable the ISA PnP support." ON
"ARCH STREQUAL i386 AND NOT SARCH STREQUAL xbox" OFF)