https://issues.apache.org/bugzilla/show_bug.cgi?id=56615

            Bug ID: 56615
           Summary: CMakeLists.txt failed to support nmake
           Product: Apache httpd-2
           Version: 2.4.9
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: [email protected]
          Reporter: [email protected]

I use cmake to generate "NMake Makefiles".
But it failed to build with below error:
H:\work\httpd-2.4.9\build\win32\httpd.rc(75) : error RC2104 : undefined
keywordor key name: Apache

To fix this issue, change CMakeLists.txt line 83:
IF(MSVC_IDE)
to
IF(MSVC)

Then nmake can be supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to