File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1541,6 +1541,9 @@ function(add_swift_host_library name)
1541
1541
if (ASHL_DEPENDS )
1542
1542
message (SEND_ERROR "library ${name} is using DEPENDS parameter which is deprecated. Please use add_dependencies instead" )
1543
1543
endif ()
1544
+ if (ASHL_FILE_DEPENDS )
1545
+ message (SEND_ERROR "library ${name} is using FILE_DEPENDS parameter which is deprecated." )
1546
+ endif ()
1544
1547
if (ASHL_LINK_LIBRARIES )
1545
1548
message (SEND_ERROR "library ${name} is using LINK_LIBRARIES parameter which is deprecated. Please use target_link_libraries instead" )
1546
1549
endif ()
@@ -1560,7 +1563,6 @@ function(add_swift_host_library name)
1560
1563
SDK ${SWIFT_HOST_VARIANT_SDK}
1561
1564
ARCHITECTURE ${SWIFT_HOST_VARIANT_ARCH}
1562
1565
LLVM_LINK_COMPONENTS ${ASHL_LLVM_LINK_COMPONENTS}
1563
- FILE_DEPENDS ${ASHL_FILE_DEPENDS}
1564
1566
INSTALL_IN_COMPONENT "dev"
1565
1567
)
1566
1568
You can’t perform that action at this time.
0 commit comments