FindPIP patch

This commit is contained in:
2020-06-26 09:51:05 +03:00
parent 02ac4020d3
commit 5de62b1c83

View File

@@ -138,8 +138,12 @@ foreach (_m ${__modules})
INTERFACE_LINK_LIBRARIES "PIP")
endif()
endforeach()
if(__module_IOUtils AND __module_Crypt)
set_target_properties(PIP::IOUtils PROPERTIES INTERFACE_LINK_LIBRARIES "PIP::Crypt")
endif()
if(__module_Cloud AND __module_IOUtils)
set_target_properties(PIP::Cloud PROPERTIES INTERFACE_LINK_LIBRARIES "PIP::IOUtils")
endif()
include(PIPMacros)