Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Unknown argument -j
  2. Unknown argument 8
  3. Usage: cmake --build <dir> [options] [-- [native-options]]
  4. Options:
  5. <dir> = Project binary directory to be built.
  6. --target <tgt> = Build <tgt> instead of default targets.
  7. May only be specified once.
  8. --config <cfg> = For multi-configuration tools, choose <cfg>.
  9. --clean-first = Build target 'clean' first, then build.
  10. (To clean only, use --target 'clean'.)
  11. --use-stderr = Ignored. Behavior is default in CMake >= 3.0.
  12. -- = Pass remaining options to the native tool.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement