Skip to content

Commit

Permalink
Merge pull request #257 from DemoYeti/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten authored Aug 26, 2024
2 parents e5953ba + db5d51a commit d990ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)

project(ClickHouse LANGUAGES C CXX ASM)

# 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.
option(FAIL_ON_UNSUPPORTED_OPTIONS_COMBINATION
"Stop/Fail CMake configuration if some ENABLE_XXX option is defined (either ON or OFF)
but is not possible to satisfy" ON)
Expand Down

0 comments on commit d990ff8

Please sign in to comment.