We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b558d2 commit 3c40ea5Copy full SHA for 3c40ea5
cmake/modules/AddSwift.cmake
@@ -667,8 +667,8 @@ endfunction()
667
function(add_libswift_module module)
668
cmake_parse_arguments(ALSM
669
""
670
- "DEPENDS"
671
+ "DEPENDS"
672
${ARGN})
673
set(sources ${ALSM_UNPARSED_ARGUMENTS})
674
list(TRANSFORM sources PREPEND "${CMAKE_CURRENT_SOURCE_DIR}/")
@@ -717,8 +717,8 @@ endfunction()
717
function(add_libswift name)
718
cmake_parse_arguments(ALS
719
720
- "BOOTSTRAPPING;SWIFT_EXEC;DEPENDS"
721
- ""
+ "BOOTSTRAPPING;SWIFT_EXEC"
722
723
724
set(libswift_compile_options
0 commit comments