Skip to content

Commit a0a8802

Browse files
committed
Fix syntax
1 parent 46178e3 commit a0a8802

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ endforeach()
152152
add_custom_target("preprocess-cpp-rules" DEPENDS ${cpp_rules_ir_outputs})
153153

154154
add_custom_target("preprocess-rust-rules"
155-
COMMAND find ${PROJECT_SOURCE_DIR}/rules
156-
\( -name "ir_unsafe.json" -o -name "ir_refcount.json" \)
157-
-delete
155+
COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_unsafe.json" -delete
156+
COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_refcount.json" -delete
158157
COMMAND cargo build
159158
COMMAND ${CMAKE_COMMAND} -E chdir ${PROJECT_SOURCE_DIR}/rule-preprocessor
160159
${CMAKE_COMMAND} -E env

0 commit comments

Comments
 (0)