Salome HOME
bos #24363 Fix misprint
authorvsr <vsr@opencascade.com>
Sat, 3 Jul 2021 15:26:21 +0000 (18:26 +0300)
committervsr <vsr@opencascade.com>
Sat, 3 Jul 2021 15:26:21 +0000 (18:26 +0300)
cmake/FindSalomeHDF5.cmake

index 8f5d51eb131b753beca83463289ef52a8161b156..8a9d10da0ece505b51f8a0faf3df764df21d1da2 100644 (file)
@@ -50,7 +50,7 @@ IF(NOT DEFINED HDF5_LIBRARIES)
     ENDIF()
     IF(TARGET hdf5_cpp)
       SET(HDF5_CXX_LIBRARIES hdf5_cpp)
-    ELSEIF(TARGET hdf5::hdf5-shared)
+    ELSEIF(TARGET hdf5::hdf5_cpp-shared)
       SET(HDF5_CXX_LIBRARIES hdf5::hdf5_cpp-shared)
     ENDIF()
     IF(TARGET hdf5_hl)