Skip to content

Commit e770229

Browse files
Minor fix for format validation on non-validating systems.
1 parent 73ac8e7 commit e770229

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

BuildTools/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ elseif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
1010
set(CLANG_FORMAT_EXECUTABLE "${CMAKE_CURRENT_SOURCE_DIR}/FormatValidation/clang-format_mac_10.0.0" CACHE INTERNAL "clang-format executable path")
1111
endif()
1212

13-
if (NOT EXISTS ${CLANG_FORMAT_EXECUTABLE})
14-
message(FATAL_ERROR "clang-format executable is not found.")
15-
endif()

0 commit comments

Comments
 (0)