Apply cmake-format

This commit is contained in:
Martchus 2021-01-08 00:51:49 +01:00
parent cabcc11d3e
commit d1e3a28277
1 changed files with 2 additions and 1 deletions

View File

@ -316,7 +316,8 @@ macro (compute_dependencies_for_package_config DEPENDS OUTPUT_VAR_PKGS OUTPUT_VA
compute_dependencies_for_package_config("${DEPENDENCY_VARNAME}_INTERFACE_LINK_LIBRARIES_TARGETS" compute_dependencies_for_package_config("${DEPENDENCY_VARNAME}_INTERFACE_LINK_LIBRARIES_TARGETS"
"${OUTPUT_VAR_PKGS}" "${OUTPUT_VAR_LIBS}" NO) "${OUTPUT_VAR_PKGS}" "${OUTPUT_VAR_LIBS}" NO)
# skip further processing if it is an interface library target # skip further processing if it is an interface library target
if (${DEPENDENCY_VARNAME}_INTERFACE_LINK_LIBRARIES_EXISTING OR "${${DEPENDENCY_VARNAME}_TARGET_TYPE}" STREQUAL "INTERFACE_LIBRARY") if (${DEPENDENCY_VARNAME}_INTERFACE_LINK_LIBRARIES_EXISTING OR "${${DEPENDENCY_VARNAME}_TARGET_TYPE}" STREQUAL
"INTERFACE_LIBRARY")
continue() continue()
endif () endif ()