diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c98682..745201d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,6 +160,4 @@ if(WIN32) qt_install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pip/lib${PIP_LT}.dll" DESTINATION QtBin) endif() endforeach() - set(CMAKES "FindMinGW.cmake") - install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules) endif()