mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-22 11:31:21 +00:00
docs: improve wordings in the CMakeLists.txt
This commit is contained in:
parent
c2edc8900e
commit
1d02cad3ab
@ -1,8 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
project(test)
|
project(test)
|
||||||
|
|
||||||
option(CHECK_USING_CLANG "check if target is compiled using Clang" OFF)
|
option(CHECK_USING_CLANG "Check if the target is compiled using Clang" OFF)
|
||||||
option(CHECK_SURPASS_WARNING "check if target could surpass a compiler warning" OFF)
|
option(CHECK_SURPASS_WARNING "Check if the target could surpass a compiler warning" OFF)
|
||||||
|
|
||||||
if(CHECK_SURPASS_WARNING)
|
if(CHECK_SURPASS_WARNING)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
Loading…
Reference in New Issue
Block a user