diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-04 20:34:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-04 20:34:29 (GMT) |
commit | a5301ee6b832dc18f692b048102f183e3cef6d15 (patch) | |
tree | 1ed4c57b49459a7d8dd3ba953ab0ec59ec64573b /config/cmake_ext_mod | |
parent | 9c39016e1d2253ee6a43f56d4aaab34314afb72b (diff) | |
download | hdf5-a5301ee6b832dc18f692b048102f183e3cef6d15.zip hdf5-a5301ee6b832dc18f692b048102f183e3cef6d15.tar.gz hdf5-a5301ee6b832dc18f692b048102f183e3cef6d15.tar.bz2 |
TRILABS-34 Cleanup try_run
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r-- | config/cmake_ext_mod/ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/ConfigureChecks.cmake b/config/cmake_ext_mod/ConfigureChecks.cmake index 3ab47fc..475220f 100644 --- a/config/cmake_ext_mod/ConfigureChecks.cmake +++ b/config/cmake_ext_mod/ConfigureChecks.cmake @@ -648,7 +648,7 @@ if (NOT ${HDF_PREFIX}_PRINTF_LL_WIDTH OR ${HDF_PREFIX}_PRINTF_LL_WIDTH MATCHES " set (PRINT_LL_FOUND 0) message (STATUS "Checking for appropriate format for 64 bit long:") if (CMAKE_CROSSCOMPILING) - set (${HDF_PREFIX}_PRINTF_LL_WIDTH ${PRESET_PRINTF_LL}) + set (${HDF_PREFIX}_PRINTF_LL_WIDTH "${PRESET_PRINTF_LL}") message (STATUS "Checking for appropriate format for 64 bit long: force ${${HDF_PREFIX}_PRINTF_LL_WIDTH}") else () set (CURRENT_TEST_DEFINITIONS "-DPRINTF_LL_WIDTH") |