From 905eb77091dd88b6975c72dec03df5a2d1f0fc8d Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Wed, 5 Aug 2020 12:06:56 +0300 Subject: [PATCH] windows PIP -> QtBin install fix --- CMakeLists.txt | 2 +- pip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 376f6af..5e0ff5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,7 @@ else() endif() if(WIN32) - foreach(PIP_LT ${PIP_LIBS_TARGETS}) + foreach(PIP_LT ${PIP_MODULES}) if (SomeQtFound) qt_install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pip/lib${PIP_LT}.dll" DESTINATION QtBin) endif() diff --git a/pip b/pip index e8a066a..70a7363 160000 --- a/pip +++ b/pip @@ -1 +1 @@ -Subproject commit e8a066abcd218b1cdfb37edb75d7b4ffc4542b14 +Subproject commit 70a7363f7621d78b1a970d0c53493cc32a6f3cfa