mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
3192cabc0e
The default behavior of using all cores will still apply if no MAKEJOBS variable is supplied.
3 lines
58 B
CMake
3 lines
58 B
CMake
include(ProcessorCount)
|
|
ProcessorCount(N)
|
|
message("${N}")
|