summaryrefslogtreecommitdiffstats
path: root/config/cmake/userblockTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-02 18:20:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-02 18:20:26 (GMT)
commit713f0f3721c49c1e2a5335f8e5439765e455db51 (patch)
treedcbded62918bbc1fb2f00e4afdf859f206c741d7 /config/cmake/userblockTest.cmake
parent0df90f9f796d543549a30a648e864932126b6f52 (diff)
downloadhdf5-713f0f3721c49c1e2a5335f8e5439765e455db51.zip
hdf5-713f0f3721c49c1e2a5335f8e5439765e455db51.tar.gz
hdf5-713f0f3721c49c1e2a5335f8e5439765e455db51.tar.bz2
Lowercase math and set CMake commands
Diffstat (limited to 'config/cmake/userblockTest.cmake')
-rw-r--r--config/cmake/userblockTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/userblockTest.cmake b/config/cmake/userblockTest.cmake
index 43db733..5095b33 100644
--- a/config/cmake/userblockTest.cmake
+++ b/config/cmake/userblockTest.cmake
@@ -57,7 +57,7 @@ if (TEST_CHECKUB STREQUAL "YES")
file (READ ${TEST_HFILE}.len.txt TEST_O_STRING_LEN)
endif ()
- MATH( EXPR TEST_STRING_SIZE "${TEST_U_STRING_LEN} + ${TEST_O_STRING_LEN}" )
+ math( EXPR TEST_STRING_SIZE "${TEST_U_STRING_LEN} + ${TEST_O_STRING_LEN}" )
if (NOT TEST_O_STRING_LEN STREQUAL "0")
#$JAM_BIN/getub -c $s2 $origfile > $cmpfile