Skip to content

Commit

Permalink
Fixed typo in the cmake file
Browse files Browse the repository at this point in the history
Update #127
  • Loading branch information
eugenwintersberger committed Sep 19, 2018
1 parent 2b3ba87 commit 99fd764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set(WITH_SWMR OFF CACHE BOOL "enable SWMR support")
set(WITH_VDS OFF CACHE BOOL "enable VDS support")
if(HDF5_VERSION VERSION_GREATER 1.10.0 OR HDF5_VERSION VERSION_EQUAL 1.10.0)
set(WITH_SWMR ON)
set(WITH_VDS ON)s
set(WITH_VDS ON)
endif()

#
Expand Down

0 comments on commit 99fd764

Please sign in to comment.