FindPIP patch
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user