ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
407 stars 191 forks source link

Fix typo in installation instructions #487

Closed pranavashok closed 2 years ago

pranavashok commented 3 years ago

The installation instructions say that one may pass -DDWITH_HDF5=0 in order to compile without HDF5, but this gives the following warning and does not disable compiling HDF5:

CMake Warning:
  Manually-specified variables were not used by the project:

    DWITH_HDF5

The actual option must be -DWITH_HDF5=0.

hmeine commented 2 years ago

Thanks!