1CMAKE_Swift_NUM_THREADS
2-----------------------
3
4.. versionadded:: 3.15.1
5
6Number of threads for parallel compilation for Swift targets.
7
8This variable controls the number of parallel jobs that the swift driver creates
9for building targets.  If not specified, it will default to the number of
10logical CPUs on the host.
11