Merge pull request #287 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10125-cache_image-build-on-windows to develop

* commit 'c699bbc8bf54c012e495bb85c80a75ce8c051ca1':
  HDFFV-10125 cache_common file already in test lib
This commit is contained in:
Allen Byrne 2017-02-07 11:06:58 -06:00
commit 1bb1ddc4fc

View File

@ -294,7 +294,6 @@ endforeach (test ${H5_VDS_SWMR_TESTS})
#-- Adding test for cache_image
add_executable (cache_image
${HDF5_TEST_SOURCE_DIR}/cache_image.c
${HDF5_TEST_SOURCE_DIR}/cache_common.c
${HDF5_TEST_SOURCE_DIR}/genall5.c
)
TARGET_NAMING (cache_image STATIC)
@ -304,7 +303,6 @@ set_target_properties (cache_image PROPERTIES FOLDER test)
if (BUILD_SHARED_LIBS)
add_executable (cache_image-shared
${HDF5_TEST_SOURCE_DIR}/cache_image.c
${HDF5_TEST_SOURCE_DIR}/cache_common.c
${HDF5_TEST_SOURCE_DIR}/genall5.c
)
TARGET_NAMING (cache_image-shared SHARED)