We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ac8e7 commit e770229Copy full SHA for e770229
BuildTools/CMakeLists.txt
@@ -10,6 +10,3 @@ elseif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
10
set(CLANG_FORMAT_EXECUTABLE "${CMAKE_CURRENT_SOURCE_DIR}/FormatValidation/clang-format_mac_10.0.0" CACHE INTERNAL "clang-format executable path")
11
endif()
12
13
-if (NOT EXISTS ${CLANG_FORMAT_EXECUTABLE})
14
- message(FATAL_ERROR "clang-format executable is not found.")
15
-endif()
0 commit comments