dgtal: fix option name
Closes Homebrew/homebrew#23067. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
06b198e51d
commit
641168188f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Dgtal < Formula
|
|||
|
||||
head 'https://github.com/DGtal-team/DGtal.git'
|
||||
|
||||
option 'with-qglview', "Enable QGLViewer vizualisation"
|
||||
option 'with-qglviewer', "Enable QGLViewer vizualisation"
|
||||
option 'with-magick', "Enable GraphicsMagick for 2d image readers"
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
|
Loading…
Reference in a new issue