From 3dc4055aaf2c0917569cba38d47df051cc0eeb79 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 19 Nov 2018 11:41:11 -0600 Subject: Fix typo --- config/cmake/scripts/CTestScript.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmake/scripts/CTestScript.cmake b/config/cmake/scripts/CTestScript.cmake index 9943288..a3f2229 100755 --- a/config/cmake/scripts/CTestScript.cmake +++ b/config/cmake/scripts/CTestScript.cmake @@ -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) -- cgit v0.12