Same as in #808, but adding the title flag. At the end of configuration checking:
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:18 (ADD_LIBRARY):
ADD_LIBRARY cannot create target "bzip2" because another target with the
same name already exists. The existing target is a module library created
in source directory
"/build/netcdf/src/netcdf-c-4.6.0/nc_test4/hdf5plugins". See documentation
for policy CMP0002 for more details.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:22 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libhdf5_hl.so" to target "bzip2"
which is not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:22 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libhdf5.so" to target "bzip2" which
is not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:22 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libsz.so" to target "bzip2" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:22 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libz.so" to target "bzip2" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:22 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libdl.so" to target "bzip2" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:22 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libm.so" to target "bzip2" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:24 (ADD_LIBRARY):
ADD_LIBRARY cannot create target "misc" because another target with the
same name already exists. The existing target is a module library created
in source directory
"/build/netcdf/src/netcdf-c-4.6.0/nc_test4/hdf5plugins". See documentation
for policy CMP0002 for more details.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:28 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libhdf5_hl.so" to target "misc" which
is not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:28 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libhdf5.so" to target "misc" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:28 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libsz.so" to target "misc" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:28 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libz.so" to target "misc" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:28 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libdl.so" to target "misc" which is
not built in this directory.
CMake Error at examples/C/hdf5plugins/CMakeLists.txt:28 (TARGET_LINK_LIBRARIES):
Attempt to add link library "/usr/lib/libm.so" to target "misc" which is
not built in this directory.
Same as in #808, but adding the title flag. At the end of configuration checking: