Skip to content

Commit 79f281e

Browse files
committed
[SDK:CMAKE] Remove unused BUILD_MP build option (reactos#7862)
It was introduced in commit 1f9c494 (r38270), but this flag isn't used anymore in our source tree, and nowadays, we actively compile both UP and MP support.
1 parent 00f4a0f commit 79f281e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/cmake/config.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ else()
9292
set(_WINKD_ FALSE CACHE BOOL "Whether to compile with the KD protocol.")
9393
endif()
9494

95-
option(BUILD_MP "Whether to build the multiprocessor versions of NTOSKRNL and HAL." ON)
96-
9795
cmake_dependent_option(ISAPNP_ENABLE "Whether to enable the ISA PnP support." ON
9896
"ARCH STREQUAL i386 AND NOT SARCH STREQUAL xbox" OFF)
9997

0 commit comments

Comments
 (0)