You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could you try to set the CMAKE_BUILD_PARALLEL_LEVEL environment variable instead? if you set it to FREEBSD_MAKE_JOBS, it should default to that number.
The build should allow to be configured to work with multiple CPUs. There are
-parallel [<jobs>]
and-j [<jobs>]
cmake arguments.I've added this patch to the FreeBSD port as a workaround:
You can make it work in a similar way but with checking if the environment variable exists.
The text was updated successfully, but these errors were encountered: