leezu opened a new pull request #17742: Fix setting CMAKE_GENERATOR "Ninja" in config.cmake URL: https://github.com/apache/incubator-mxnet/pull/17742 This is not supported anymore, as we moved from `cmake -C ../config.cmake ..` syntax to `cmake ..`. Without `-C`, the config file is read too late and we can't modify the generator anymore. Ask users to run `cmake -GNinja ..` instead. Thanks @apeforest
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
