From 260a45509ec8e9ef91d2df86a2cc9e876a7f9d93 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 29 May 2017 21:22:42 +0200 Subject: cmake/MSYS2: install python2-pillow (bzr r15717) --- CMakeScripts/InstallMSYS2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeScripts') diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake index 495e8e1e6..d3e63c3c9 100644 --- a/CMakeScripts/InstallMSYS2.cmake +++ b/CMakeScripts/InstallMSYS2.cmake @@ -225,7 +225,7 @@ if(WIN32) set(site_packages "lib/python2.7/site-packages") # Python packages installed via pacman - set(packages "python2-lxml" "python2-numpy") + set(packages "python2-lxml" "python2-numpy" "python2-pillow") foreach(package ${packages}) list_files_pacman(${package} paths) install_list(FILES ${paths} -- cgit v1.2.3