summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-05-13 16:57:37 -0400
committerGlenn Smith <glenn@vector35.com>2025-05-13 17:09:48 -0400
commit1408212717861485772985940474034078282829 (patch)
tree0a090e294d384276d0e5374cde8432ae40cf9602 /rust
parent7034620653386995816157558520033738480413 (diff)
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Diffstat (limited to 'rust')
-rw-r--r--rust/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt
index 67c1fd5b..3e2dc32f 100644
--- a/rust/CMakeLists.txt
+++ b/rust/CMakeLists.txt
@@ -50,7 +50,6 @@ add_custom_command(
PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E env BINARYNINJADIR=${BN_INSTALL_BIN_DIR} ${RUSTUP_CHECK_COMMAND} ${CARGO_CHECK_OPTS}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
- DEPENDS ${RUST_API_SOURCES}
)
add_custom_command(