We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022b8ac commit db5d51aCopy full SHA for db5d51a
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
2
3
project(ClickHouse LANGUAGES C CXX ASM)
4
5
-# If turned off: e.g. when ENABLE_FOO is ON, but FOO tool was not found, the CMake will continue.
+# If turned off (e.g. when ENABLE_FOO is ON, but FOO tool was not found) the CMake will continue.
6
option(FAIL_ON_UNSUPPORTED_OPTIONS_COMBINATION
7
"Stop/Fail CMake configuration if some ENABLE_XXX option is defined (either ON or OFF)
8
but is not possible to satisfy" ON)
0 commit comments