[Bf-blender-cvs] [e24323e] master: Actually only remove sqlite dll

Martijn Berger noreply at git.blender.org
Thu Feb 18 10:54:05 CET 2016


Commit: e24323ea4012482c4ede3b8ed3a80fe91f416e6e
Author: Martijn Berger
Date:   Thu Feb 18 10:53:45 2016 +0100
Branches: master
https://developer.blender.org/rBe24323ea4012482c4ede3b8ed3a80fe91f416e6e

Actually only remove sqlite dll

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index aa4b0c3..74b26d1 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -624,13 +624,13 @@ elseif(WIN32)
 		# MinGW TODO: This bit of Python configuration diverges from MSVC
 		if(NOT CMAKE_COMPILER_IS_GNUCC)
 			install(
-				FILES ${LIBDIR}/python/lib/python${_PYTHON_VERSION_NO_DOTS}.dll ${LIBDIR}/python/lib/sqlite3.dll
+				FILES ${LIBDIR}/python/lib/python${_PYTHON_VERSION_NO_DOTS}.dll
 				DESTINATION "."
 				CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel
 			)
 
 			install(
-				FILES ${LIBDIR}/python/lib/python${_PYTHON_VERSION_NO_DOTS}_d.dll ${LIBDIR}/python/lib/sqlite3_d.dll
+				FILES ${LIBDIR}/python/lib/python${_PYTHON_VERSION_NO_DOTS}_d.dll
 				DESTINATION "."
 				CONFIGURATIONS Debug
 			)




More information about the Bf-blender-cvs mailing list