summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-04-01 21:04:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-04-01 21:04:06 (GMT)
commitad4154cdc89ddf15691dbfe1c609898ef484808b (patch)
tree19a59cc99175477756b58395d6d57aba7d2687f0 /hl/test
parent025d90f57313002ddb6ac24dcb034baed1f39012 (diff)
downloadhdf5-ad4154cdc89ddf15691dbfe1c609898ef484808b.zip
hdf5-ad4154cdc89ddf15691dbfe1c609898ef484808b.tar.gz
hdf5-ad4154cdc89ddf15691dbfe1c609898ef484808b.tar.bz2
[svn-r26700] Generators are only built static
Plugin test for disable state does not print error stack and does not print FAILED
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt
index b564854..47383ce 100644
--- a/hl/test/CMakeLists.txt
+++ b/hl/test/CMakeLists.txt
@@ -45,8 +45,8 @@ HL_ADD_EXE (test_table)
# --------------------------------------------------------------------
if (HDF5_BUILD_GENERATORS AND NOT BUILD_SHARED_LIBS)
add_executable (hl_gen_test_ds gen_test_ds.c)
- TARGET_NAMING (hl_gen_test_ds ${LIB_TYPE})
- TARGET_C_PROPERTIES (hl_gen_test_ds ${LIB_TYPE} " " " ")
+ TARGET_NAMING (hl_gen_test_ds STATIC)
+ TARGET_C_PROPERTIES (hl_gen_test_ds STATIC " " " ")
target_link_libraries (hl_gen_test_ds
${HDF5_HL_LIB_TARGET}
${HDF5_LIB_TARGET}