https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e43c2610d1dc6b029563e7a43886cfb9b520473

commit 7e43c2610d1dc6b029563e7a43886cfb9b520473
Author:     Serge Gautherie <[email protected]>
AuthorDate: Thu May 23 04:11:41 2019 +0200
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Wed Jun 2 13:24:39 2021 +0300

    [CMAKE] CMakeLists.txt: Fix 'omap-zoom2' typo
    
    Addendum to fae2044 (r51783).
    CORE-17604
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a63925f8ce..db6190d9bf3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()

Reply via email to