summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConfigureChecks.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/ConfigureChecks.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/ConfigureChecks.cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index a417806..78b4d03 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -158,10 +158,10 @@ endif ()
CHECK_TYPE_SIZE("__float128" SIZEOF___FLOAT128)
if (${HAVE_SIZEOF___FLOAT128})
- SET (H5_HAVE_FLOAT128 1)
+ set (H5_HAVE_FLOAT128 1)
else ()
- SET (H5_HAVE_FLOAT128 0)
- SET (SIZEOF___FLOAT128 0)
+ set (H5_HAVE_FLOAT128 0)
+ set (SIZEOF___FLOAT128 0)
endif ()
#-----------------------------------------------------------------------------