diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-12-20 16:11:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-12-20 16:11:07 (GMT) |
commit | a6d5efaf89527a1e1f7ac190e94ad2a06bd541b4 (patch) | |
tree | 16a7d35b035fe5024affaca40f0afd311d466a4f /CMakeLists.txt | |
parent | e24dc16d0be7abd1dc3f6faedb017773f66dcbe4 (diff) | |
download | hdf5-a6d5efaf89527a1e1f7ac190e94ad2a06bd541b4.zip hdf5-a6d5efaf89527a1e1f7ac190e94ad2a06bd541b4.tar.gz hdf5-a6d5efaf89527a1e1f7ac190e94ad2a06bd541b4.tar.bz2 |
[svn-r21834] Updated jpeg so version and lib packaging macros
Synch with all projects
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f02b68b..f5a5d0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -614,11 +614,11 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED) IF (HDF5_PACKAGE_EXTLIBS) SET (HDF5_NO_PACKAGES OFF CACHE BOOL "CPACK - Disable packaging" FORCE) IF (HDF5_ENABLE_Z_LIB_SUPPORT AND ZLIB_FOUND) - PACKAGE_ZLIB_LIBRARY (${HDF5_ALLOW_EXTERNAL_SUPPORT} ${LIB_TYPE}) + PACKAGE_ZLIB_LIBRARY (${HDF5_ALLOW_EXTERNAL_SUPPORT}) ENDIF (HDF5_ENABLE_Z_LIB_SUPPORT AND ZLIB_FOUND) IF (HDF5_ENABLE_SZIP_SUPPORT AND SZIP_FOUND) - PACKAGE_SZIP_LIBRARY (${HDF5_ALLOW_EXTERNAL_SUPPORT} ${LIB_TYPE}) + PACKAGE_SZIP_LIBRARY (${HDF5_ALLOW_EXTERNAL_SUPPORT}) ENDIF (HDF5_ENABLE_SZIP_SUPPORT AND SZIP_FOUND) ENDIF (HDF5_PACKAGE_EXTLIBS) ENDIF (NOT HDF5_EXTERNALLY_CONFIGURED) |