docs: improve wordings in the CMakeLists.txt

This commit is contained in:
Alfi Maulana 2023-06-29 14:24:25 +07:00
parent c2edc8900e
commit 1d02cad3ab
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -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)