We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46178e3 commit a0a8802Copy full SHA for a0a8802
1 file changed
CMakeLists.txt
@@ -152,9 +152,8 @@ endforeach()
152
add_custom_target("preprocess-cpp-rules" DEPENDS ${cpp_rules_ir_outputs})
153
154
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
+ COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_unsafe.json" -delete
+ COMMAND find ${PROJECT_SOURCE_DIR}/rules -name "ir_refcount.json" -delete
158
COMMAND cargo build
159
COMMAND ${CMAKE_COMMAND} -E chdir ${PROJECT_SOURCE_DIR}/rule-preprocessor
160
${CMAKE_COMMAND} -E env
0 commit comments