diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-22 17:09:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-22 17:09:58 (GMT) |
commit | f22d8726707e26b97df38962b404754119e8abd7 (patch) | |
tree | 3e82143a3e6fed0eccb3cf7fb6998fdabcaccaf0 /config | |
parent | 7e33ee85b8bd4f9770d9ece1cc2187434e6b4ef9 (diff) | |
download | hdf5-f22d8726707e26b97df38962b404754119e8abd7.zip hdf5-f22d8726707e26b97df38962b404754119e8abd7.tar.gz hdf5-f22d8726707e26b97df38962b404754119e8abd7.tar.bz2 |
HDFFV-10385 some platforms need this var
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake_ext_mod/HDFMacros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake index 8584737..1326420 100644 --- a/config/cmake_ext_mod/HDFMacros.cmake +++ b/config/cmake_ext_mod/HDFMacros.cmake @@ -125,7 +125,7 @@ macro (HDF_SET_LIB_OPTIONS libtarget libname libtype) set_target_properties (${libtarget} PROPERTIES OUTPUT_NAME - ${LIB_RELEASE_NAME}$<$<CONFIG:Debug>:${LIB_DEBUG_SUFFIX}> + ${LIB_RELEASE_NAME} OUTPUT_NAME_DEBUG ${LIB_DEBUG_NAME} OUTPUT_NAME_RELEASE |