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 e1e739f commit d65d5e3Copy full SHA for d65d5e3
cmake/modules/SwiftXcodeSupport.cmake
@@ -25,15 +25,6 @@ function(escape_path_for_xcode config path result_var_name)
25
set("${result_var_name}" "${result}" PARENT_SCOPE)
26
endfunction()
27
28
-function(get_imported_library_prefix outvar target prefix)
29
- string(FIND "${target}" "${prefix}" ALREADY_HAS_PREFIX)
30
- if (ALREADY_HAS_PREFIX)
31
- set(${outvar} "" PARENT_SCOPE)
32
- else()
33
- set(${outvar} "${prefix}" PARENT_SCOPE)
34
- endif()
35
-endfunction()
36
-
37
function(check_imported_target_has_imported_configuration target config)
38
get_target_property(IMPORTED_CONFIGS_LIST ${target} IMPORTED_CONFIGURATIONS)
39
if ("${IMPORTED_CONFIGS_LIST}" STREQUAL "NOTFOUND")
0 commit comments