apeforest commented on a change in pull request #17639: Set Ninja build generator in config.cmake instead of commmand line URL: https://github.com/apache/incubator-mxnet/pull/17639#discussion_r382739271
########## File path: docs/static_site/src/pages/get_started/osx_setup.md ########## @@ -110,13 +110,10 @@ the guide in [Math Library Selection](build_from_source#math-library-selection). ```bash rm -rf build mkdir -p build && cd build -cmake -GNinja -C ../config.cmake .. -cmake --build . --parallel 8 +cmake -C ../config.cmake .. +cmake --build . Review comment: If that's the case can we just use the command `ninja` in this doc, since it's for linux-like system. One less option is always better for usability. ---------------------------------------------------------------- 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
