[CMake] CMake still broken post-2.8.1

Hendrik Sattler post at hendrik-sattler.de
Thu Oct 27 09:14:29 EDT 2011


On Thu, 27 Oct 2011 05:40:24 -0700, Phil Smith wrote:
> Hmm. My zosport.cmake is now (comments/blank lines removed):
>
> SET(CMAKE_SYSTEM_NAME "IBM_ZOS")
> SET(CMAKE_C_COMPILER_ID_RUN 1)
> SET(CMAKE_C_PLATFORM_ID "MyPlatform")
> SET(CMAKE_C_COMPILER_ID "MyCompiler")
> SET(CMAKE_C_COMPILER   "regina")
> SET(CMAKE_C_FLAGS "cc.rex dcc.exe")

Shouldn't this be
   SET(CMAKE_C_FLAGS_INIT "cc.rex dcc.exe")
?

HS



More information about the CMake mailing list