Skip to content

Commit

Permalink
[CMAKE] msvc.cmake: Remove add_definitions(/D__arm__) (reactos#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeGautherie authored Dec 27, 2021
1 parent cbf8b36 commit 665dac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/cmake/msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ if(ARCH STREQUAL "amd64")
add_definitions(/D__x86_64)
set(SPEC2DEF_ARCH x86_64)
elseif(ARCH STREQUAL "arm")
add_definitions(/D__arm__)
set(SPEC2DEF_ARCH arm)
elseif(ARCH STREQUAL "arm64")
add_definitions(/D__arm64__)
Expand Down

0 comments on commit 665dac0

Please sign in to comment.