Skip to content

Commit 30655b4

Browse files
remove false dependency on includes
1 parent 9bf601f commit 30655b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/src/strings/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ function(add_bcmp bcmp_name)
33
SRCS ${LIBC_SOURCE_DIR}/src/strings/bcmp.cpp
44
HDRS ${LIBC_SOURCE_DIR}/src/strings/bcmp.h
55
DEPENDS
6-
libc.include.string
76
libc.src.string.memory_utils.memory_utils
87
${ARGN}
98
)
@@ -28,7 +27,6 @@ function(add_bzero bzero_name)
2827
SRCS ${LIBC_SOURCE_DIR}/src/strings/bzero.cpp
2928
HDRS ${LIBC_SOURCE_DIR}/src/strings/bzero.h
3029
DEPENDS
31-
libc.include.string
3230
libc.src.string.memory_utils.inline_memset
3331
${ARGN}
3432
)

0 commit comments

Comments
 (0)