mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
[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:
parent
00f4a0f89b
commit
79f281e74f
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue