Skip to content

Commit db5d51a

Browse files
fix CmakeLists comment
1 parent 022b8ac commit db5d51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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)