summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-22 18:54:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-22 18:54:34 (GMT)
commit91249b9ad5172f768c120c069cdc9e6b484c11aa (patch)
tree883a3599893e77d13710a2b1174b7cc459244c6e /config
parentff08bed26821e8c090031aea9fa1f647181f16ce (diff)
downloadhdf5-91249b9ad5172f768c120c069cdc9e6b484c11aa.zip
hdf5-91249b9ad5172f768c120c069cdc9e6b484c11aa.tar.gz
hdf5-91249b9ad5172f768c120c069cdc9e6b484c11aa.tar.bz2
HDFFV-10685 Correct syntax
Diffstat (limited to 'config')
-rw-r--r--config/cmake/HDF5Macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/HDF5Macros.cmake b/config/cmake/HDF5Macros.cmake
index df55bde..007bc29 100644
--- a/config/cmake/HDF5Macros.cmake
+++ b/config/cmake/HDF5Macros.cmake
@@ -31,6 +31,7 @@ macro (H5_SET_LIB_OPTIONS libtarget libname libtype libpackage)
if (CMAKE_C_OSX_CURRENT_VERSION_FLAG)
set_property(TARGET ${libtarget} APPEND PROPERTY
LINK_FLAGS "${CMAKE_C_OSX_CURRENT_VERSION_FLAG}${PACKAGE_CURRENT} ${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG}${PACKAGE_COMPATIBILITY}"
+ )
endif ()
endif ()
HDF_SET_LIB_OPTIONS (${libtarget} ${LIB_OUT_NAME} ${libtype})