From 79f281e74fe0ea48f4a5953706ff41f1866100b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 4 Apr 2025 13:13:30 +0200 Subject: [PATCH] [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. --- sdk/cmake/config.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/cmake/config.cmake b/sdk/cmake/config.cmake index 77b26a0383e..fb737211f02 100644 --- a/sdk/cmake/config.cmake +++ b/sdk/cmake/config.cmake @@ -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)