[CMake] JOM Makefile generation issue

David Cole david.cole at kitware.com
Tue Oct 30 11:55:11 EDT 2012


On Tue, Oct 30, 2012 at 11:24 AM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> On 10/30/2012 10:54 AM, Laszlo Papp wrote:
>>
>> I am trying to replace a Windows batch script with a python variant,
>> but I am getting some issues when calling cmake as a subprocess: CMake
>> Error: Could not create named generator "NMake Makefiles JOM"
>
> What cmake are you using?
>
>
> What do you get when you run cmake --help?
>
> Is that generator listed?
>
> -Bill
>
>
> --
> Bill Hoffman
> Kitware, Inc.
> 28 Corporate Drive
> Clifton Park, NY 12065
> bill.hoffman at kitware.com
> http://www.kitware.com
> 518 881-4905 (Direct)
> 518 371-3971 x105
> Fax (518) 371-4573
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake


Maybe there's more than one CMake in your PATH. If you run "where
cmake" in a Windows cmd prompt with the same PATH setting, it will
show you all of them. The first one it shows you is the one that will
be run when you do a "cmake" without a full path...


More information about the CMake mailing list