Skip to content

Commit d990ff8

Browse files
authored
Merge pull request #257 from DemoYeti/patch-1
2 parents e5953ba + db5d51a commit d990ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
22

33
project(ClickHouse LANGUAGES C CXX ASM)
44

5-
# If turned off: e.g. when ENABLE_FOO is ON, but FOO tool was not found, the CMake will continue.
5+
# If turned off (e.g. when ENABLE_FOO is ON, but FOO tool was not found) the CMake will continue.
66
option(FAIL_ON_UNSUPPORTED_OPTIONS_COMBINATION
77
"Stop/Fail CMake configuration if some ENABLE_XXX option is defined (either ON or OFF)
88
but is not possible to satisfy" ON)

0 commit comments

Comments
 (0)