Skip to content

Commit

Permalink
Fix CMakeLists export list typo (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobfaib authored Sep 26, 2024
1 parent bcdb0f3 commit e33bae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ if(HDF5_VFD_GDS_ENABLE_COVERAGE)
set_coverage_flags(hdf5_vfd_gds)
endif()

set(HDF5_VFD_GDS_EXPORTED_LIBS hdf5_vfd_gds ${HDF5_VFD_GDS_EXPORTED_LIBS} PARENT_SCOPE)
set(HDF5_VFD_GDS_EXPORTED_LIBS hdf5_vfd_gds ${HDF5_VFD_GDS_EXPORTED_LIBS})
set(HDF5_VFD_GDS_EXPORTED_LIBS ${HDF5_VFD_GDS_EXPORTED_LIBS} PARENT_SCOPE)

#-----------------------------------------------------------------------------
# Specify project header files to be installed
Expand Down

0 comments on commit e33bae6

Please sign in to comment.