From 1d02cad3ab100e3e9efd3ebe6b138c58bc4f61b1 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 29 Jun 2023 14:24:25 +0700 Subject: [PATCH] docs: improve wordings in the `CMakeLists.txt` --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9c512eb..3e64c27 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.0) project(test) -option(CHECK_USING_CLANG "check if target is compiled using Clang" OFF) -option(CHECK_SURPASS_WARNING "check if target could surpass a compiler warning" OFF) +option(CHECK_USING_CLANG "Check if the target is compiled using Clang" OFF) +option(CHECK_SURPASS_WARNING "Check if the target could surpass a compiler warning" OFF) if(CHECK_SURPASS_WARNING) if(MSVC)