Skip to content

Commit 6514e6c

Browse files
committed
Fix cmake linter errors
1 parent 99b1539 commit 6514e6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ if(EXECUTORCH_BUILD_SIZE_TEST)
313313
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test)
314314
endif()
315315

316-
if (EXECUTORCH_BUILD_SDK)
316+
if(EXECUTORCH_BUILD_SDK)
317317
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/sdk)
318318
endif()
319319

sdk/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ include(ExternalProject)
4747
set(_program_schema__include_dir "${CMAKE_BINARY_DIR}/sdk/include")
4848

4949
# Add the host project
50+
# lint_cmake: -readability/wonkycase
5051
ExternalProject_Add(
5152
flatcc_project
5253
PREFIX ${CMAKE_BINARY_DIR}/_host_build

0 commit comments

Comments
 (0)