Skip to content

Commit 55f6282

Browse files
committed
fix lint
1 parent db7b70c commit 55f6282

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3535
set(CMAKE_INCLUDE_CURRENT_DIR ON)
3636
set(CMAKE_CXX_STANDARD 17)
3737
execute_process(
38-
COMMAND "${Python_EXECUTABLE}" -c
39-
"import cubao_headers; print(cubao_headers.get_include())"
40-
OUTPUT_VARIABLE CUBAO_HEADERS_INCLUDE_DIR
41-
OUTPUT_STRIP_TRAILING_WHITESPACE)
38+
COMMAND "${Python_EXECUTABLE}" -c "import cubao_headers; print(cubao_headers.get_include())"
39+
OUTPUT_VARIABLE CUBAO_HEADERS_INCLUDE_DIR
40+
OUTPUT_STRIP_TRAILING_WHITESPACE)
4241
include_directories(SYSTEM ${CUBAO_HEADERS_INCLUDE_DIR})
4342
include_directories(${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}/src ${PROJECT_SOURCE_DIR}/src/geobuf)
4443

0 commit comments

Comments
 (0)