diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-08-01 19:25:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-08-01 19:25:35 (GMT) |
commit | a38f1a20751ec7a113b5be6756bc27f28823c083 (patch) | |
tree | 119e025c63fb5254daaccb53634d3c1e242bea89 /test/CMakeLists.txt | |
parent | be78781ac664bde9097380f9e400403f00412c0b (diff) | |
download | hdf5-a38f1a20751ec7a113b5be6756bc27f28823c083.zip hdf5-a38f1a20751ec7a113b5be6756bc27f28823c083.tar.gz hdf5-a38f1a20751ec7a113b5be6756bc27f28823c083.tar.bz2 |
[svn-r21163] Remove test library from export list
Tested: local linux
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f40af41..fe4dc5b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -29,7 +29,6 @@ IF (MINGW) TARGET_LINK_LIBRARIES (${HDF5_TEST_LIB_TARGET} "wsock32.lib") ENDIF (MINGW) TARGET_LINK_LIBRARIES (${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET}) -SET_GLOBAL_VARIABLE (HDF5_LIBRARIES_TO_EXPORT "${HDF5_LIBRARIES_TO_EXPORT};${HDF5_TEST_LIB_TARGET}") H5_SET_LIB_OPTIONS (${HDF5_TEST_LIB_TARGET} ${HDF5_TEST_LIB_NAME} ${LIB_TYPE}) # -------------------------------------------------------------------- |