From f2a6d947e4531d56adff33e75732d103c2e26294 Mon Sep 17 00:00:00 2001 From: Krushan Bauva Date: Tue, 29 May 2018 15:02:10 +0530 Subject: [PATCH] Correct typographical error --- docs/using_cmake_build.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using_cmake_build.txt b/docs/using_cmake_build.txt index ed37f638a..38ff19386 100644 --- a/docs/using_cmake_build.txt +++ b/docs/using_cmake_build.txt @@ -30,10 +30,10 @@ If you want to build CCExtractor with OCR you need to pass cmake -DWITH_OCR=ON ../src/ If you want to build CCExtractor with Sharing and Translating service: -cmake -DWITH_SHARING ../src/ +cmake -DWITH_SHARING=ON ../src/ If you want to build CCExtractor with HARDSUBX support -cmake -DWITH_OCR=ON ../src/ +cmake -DWITH_HARDSUBX=ON ../src/ Hint for looking all the things you want to set from outside cmake -LAH ../src/