diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-02 18:20:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-02 18:20:26 (GMT) |
commit | 713f0f3721c49c1e2a5335f8e5439765e455db51 (patch) | |
tree | dcbded62918bbc1fb2f00e4afdf859f206c741d7 /config/cmake/userblockTest.cmake | |
parent | 0df90f9f796d543549a30a648e864932126b6f52 (diff) | |
download | hdf5-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.cmake | 2 |
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 |