This commit is contained in:
Allen Byrne
2018-11-19 11:41:11 -06:00
parent 4bc283a0f2
commit 3dc4055aaf

View File

@@ -157,7 +157,7 @@ ProcessorCount (N)
if (NOT N EQUAL 0)
if (MAX_PROC_COUNT)
if (N GREATER MAX_PROC_COUNT)
set (N ${MAX_PROC_COUNT)
set (N ${MAX_PROC_COUNT})
endif ()
endif ()
if (NOT WIN32)