summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-11-19 17:41:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-11-19 17:41:11 (GMT)
commit3dc4055aaf2c0917569cba38d47df051cc0eeb79 (patch)
tree6372288c53fca7abe172ca7fd67ea0b9fa86dc55 /config
parent4bc283a0f2cc80aa3041aad5ad24b5abfd20954e (diff)
downloadhdf5-3dc4055aaf2c0917569cba38d47df051cc0eeb79.zip
hdf5-3dc4055aaf2c0917569cba38d47df051cc0eeb79.tar.gz
hdf5-3dc4055aaf2c0917569cba38d47df051cc0eeb79.tar.bz2
Fix typo
Diffstat (limited to 'config')
-rwxr-xr-xconfig/cmake/scripts/CTestScript.cmake2
1 files changed, 1 insertions, 1 deletions
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)