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 7c0910a + 98db2cb commit 54da5ffCopy full SHA for 54da5ff
test/CMakeLists.txt
@@ -14,7 +14,7 @@ function(swift_configure_lit_site_cfg source_path destination_path installed_nam
14
set(LIT_SWIFTLIB_DIR ${SWIFTLIB_DIR})
15
endif ()
16
17
- configure_lit_site_cfg("${source_path}" "${destination_path}")
+ configure_file("${source_path}" "${destination_path}" @ONLY)
18
19
if(NOT "${installed_name}" STREQUAL "")
20
swift_install_in_component(testsuite-tools
0 commit comments