Skip to content

Commit a3c41f4

Browse files
tstellarMeinersbur
andauthored
Update flang/CMakeLists.txt
Co-authored-by: Michael Kruse <[email protected]>
1 parent 58e9628 commit a3c41f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ endif()
479479
# the maximum number of build jobs for the other projects while limiting the
480480
# number of flang compile jobs.
481481
set(FLANG_PARALLEL_COMPILE_JOBS CACHE STRING
482-
"The maximum number of concurrent compilation jobs for Flang(Ninja only)")
482+
"The maximum number of concurrent compilation jobs for Flang (Ninja only)")
483483
if (FLANG_PARALLEL_COMPILE_JOBS)
484484
set_property(GLOBAL APPEND PROPERTY JOB_POOLS flang_compile_job_pool=${FLANG_PARALLEL_COMPILE_JOBS})
485485
endif()

0 commit comments

Comments
 (0)