Skip to content

Commit b7b0a25

Browse files
committed
build: remove meaningless dependency
1 parent 2c018ce commit b7b0a25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lib/Option/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
add_swift_host_library(swiftOption STATIC
22
Options.cpp
3-
SanitizerOptions.cpp
4-
FILE_DEPENDS SwiftOptions)
3+
SanitizerOptions.cpp)
54
add_dependencies(swiftOption
65
SwiftOptions)
76
target_link_libraries(swiftOption PRIVATE

0 commit comments

Comments
 (0)