summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-01 19:26:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-01 19:26:22 (GMT)
commitc71bc6f2bc6c879dfa59bb8c2c94c255893dd042 (patch)
tree712a3ce2cc11de74b88237501b282a33b29dc4cd /test/CMakeLists.txt
parentb66c7fa6f46ee1a3bc1653283c7c24b12e188b75 (diff)
downloadhdf5-c71bc6f2bc6c879dfa59bb8c2c94c255893dd042.zip
hdf5-c71bc6f2bc6c879dfa59bb8c2c94c255893dd042.tar.gz
hdf5-c71bc6f2bc6c879dfa59bb8c2c94c255893dd042.tar.bz2
[svn-r21164] Remove test library from export list
Tested: local linux
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b1dcac3..aaf5dc2 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})
# --------------------------------------------------------------------