According to the Release Notes, with CMake 3.12 it can be done cross-platform:
The
cmake(1)Build Tool Mode (cmake –build) gained--parallel [<jobs>]and-j [<jobs>]options to specify a parallel build level. They map to corresponding options of the native build tool.