mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[CMAKE] CMakeLists.txt: Fix 'omap-zoom2' typo
Addendum to fae2044
(r51783).
CORE-17604
This commit is contained in:
parent
11687e9e43
commit
7e43c2610d
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ Enable this if the module uses typeid or dynamic_cast. You will probably need to
|
|||
elseif(ARCH STREQUAL "arm")
|
||||
# _M_ARM is already defined by toolchain
|
||||
add_definitions(-D_ARM_ -D__arm__ -DWIN32)
|
||||
if(SARCH STREQUAL "omap-zoom2")
|
||||
if(SARCH STREQUAL "omap3-zoom2")
|
||||
add_definitions(-D_ZOOM2_)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue