diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-09-26 13:56:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-09-26 13:56:42 (GMT) |
commit | cb06ebf08d957fec0cbad773e7e2353c66f03dbf (patch) | |
tree | 8c0b8c80038ac892b12e4669158d517deca1930e /config | |
parent | c27e3c313e1ec66fc88971d9030dd4a51fbf35c0 (diff) | |
download | hdf5-cb06ebf08d957fec0cbad773e7e2353c66f03dbf.zip hdf5-cb06ebf08d957fec0cbad773e7e2353c66f03dbf.tar.gz hdf5-cb06ebf08d957fec0cbad773e7e2353c66f03dbf.tar.bz2 |
[svn-r21417] Correct indentation in cmake config file.
Add option for allowing -fPIC.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/hdf5-config.cmake.install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/hdf5-config.cmake.install.in b/config/cmake/hdf5-config.cmake.install.in index 610841c..268d5ed 100644 --- a/config/cmake/hdf5-config.cmake.install.in +++ b/config/cmake/hdf5-config.cmake.install.in @@ -19,7 +19,7 @@ SET (HDF5_ENABLE_Z_LIB_SUPPORT @HDF5_ENABLE_Z_LIB_SUPPORT@) SET (HDF5_ENABLE_SZIP_SUPPORT @HDF5_ENABLE_SZIP_SUPPORT@)
SET (HDF5_ENABLE_SZIP_ENCODING @HDF5_ENABLE_SZIP_ENCODING@)
SET (HDF5_BUILD_SHARED_LIBS @BUILD_SHARED_LIBS@)
-SET (HDF5_PACKAGE_EXTLIBS @HDF5_PACKAGE_EXTLIBS@)
+SET (HDF5_PACKAGE_EXTLIBS @HDF5_PACKAGE_EXTLIBS@)
#-----------------------------------------------------------------------------
# Directories
|