From a9c1c8bb02b8acc5b1604100a966f50cfbd668e8 Mon Sep 17 00:00:00 2001 From: Pringo Date: Sun, 13 Nov 2016 20:22:55 -0800 Subject: [PATCH] Update capitalization. --- Building-With-Qt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-With-Qt.md b/Building-With-Qt.md index df289e2..ad8f77a 100644 --- a/Building-With-Qt.md +++ b/Building-With-Qt.md @@ -1,5 +1,5 @@ ## Linux and macOS -Use -DENABLE_QT2 when calling cmake: +Use -DENABLE_QT2 when calling CMake: `cmake .. -DENABLE_QT2=true` ## Windows