[Bf-blender-cvs] [ab9bc649d93] temp-remove-mingw: MinGW: Fix missing ')'

Aaron Carlisle noreply at git.blender.org
Mon Apr 24 02:17:40 CEST 2017


Commit: ab9bc649d933f9455487ac3beedbb928b80004b3
Author: Aaron Carlisle
Date:   Sun Apr 23 20:14:37 2017 -0400
Branches: temp-remove-mingw
https://developer.blender.org/rBab9bc649d933f9455487ac3beedbb928b80004b3

MinGW: Fix missing ')'

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 8fa5c21b545..d4aaf3d1dda 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -771,6 +771,7 @@ elseif(WIN32)
 				${LIBDIR}/ffmpeg/lib/swscale-4.dll
 				${LIBDIR}/ffmpeg/lib/swresample-2.dll
 			DESTINATION "."
+		)
 	endif()
 
 	if(WITH_CODEC_SNDFILE)




More information about the Bf-blender-cvs mailing list