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.
2 parents 30464a5 + 718f3ba commit f8bb780Copy full SHA for f8bb780
cmake/modules/AddSwiftUnittests.cmake
@@ -29,7 +29,7 @@ function(add_swift_unittest test_dirname)
29
set(new_libnames)
30
foreach(dep ${libnames})
31
if("${dep}" MATCHES "^(LLVM|Clang|gtest)" AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
32
- ist(APPEND new_libnames "${LLVM_LIBRARY_OUTPUT_INTDIR}/lib${dep}.a")
+ list(APPEND new_libnames "${LLVM_LIBRARY_OUTPUT_INTDIR}/lib${dep}.a")
33
else()
34
list(APPEND new_libnames "${dep}")
35
endif()
0 commit comments