diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-04-01 21:02:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-04-01 21:02:43 (GMT) |
commit | 99baa66184cdf358d1e598351008baa22e1ebd37 (patch) | |
tree | ed8f8317cdcbaed6cb188cacf9de55b34ae1f718 /test/CMakeLists.txt | |
parent | f6d9d1fdc884731a1fef0b0921b549cd6aa2bd0e (diff) | |
download | hdf5-99baa66184cdf358d1e598351008baa22e1ebd37.zip hdf5-99baa66184cdf358d1e598351008baa22e1ebd37.tar.gz hdf5-99baa66184cdf358d1e598351008baa22e1ebd37.tar.bz2 |
[svn-r26699] Generators are only built static
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 05f59bb..55b3c44 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -308,8 +308,8 @@ endif (\${TEST_RESULT} STREQUAL \"0\") ############################################################################## if (BUILD_SHARED_LIBS) add_executable (plugin ${HDF5_TEST_SOURCE_DIR}/plugin.c) - TARGET_NAMING (plugin ${LIB_TYPE}) - TARGET_C_PROPERTIES (plugin ${LIB_TYPE} " " " ") + TARGET_NAMING (plugin SHARED) + TARGET_C_PROPERTIES (plugin SHARED " " " ") target_link_libraries (plugin ${HDF5_TEST_PLUGIN_LIB_TARGET}) set_target_properties (plugin PROPERTIES FOLDER test) endif (BUILD_SHARED_LIBS) |