From 932bf21fbd801b0980846479dbf77e03b957493f Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@aist.go.jp>
Date: Tue, 6 Aug 2019 15:34:33 +0900
Subject: [PATCH] fix the conan package name for vtk

as titled
---
 web/content/docs/devguide/troubleshooting/conan.pandoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/content/docs/devguide/troubleshooting/conan.pandoc b/web/content/docs/devguide/troubleshooting/conan.pandoc
index f70c2bc38cb..30b23fadea7 100644
--- a/web/content/docs/devguide/troubleshooting/conan.pandoc
+++ b/web/content/docs/devguide/troubleshooting/conan.pandoc
@@ -61,5 +61,5 @@ error: undefined reference to `getrandom'
 If you still want to use your OS / compiler combination you can build the VTK Conan package on your machine. Run this one time:
 
 ```
-cmake . -DOGS_CONAN_BUILD=VTK
+cmake . -DOGS_CONAN_BUILD=vtk
 ```
-- 
GitLab