Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2f580bffedb3e8bedd55bf3684625298 > files > 1

blender-2.79b-14.git20190504.1.mga7.src.rpm

--- build_files/cmake/macros.cmake.static	2011-06-23 04:19:26.000000000 +0200
+++ build_files/cmake/macros.cmake	2011-06-23 04:20:08.000000000 +0200
@@ -101,7 +101,7 @@
 	blender_include_dirs("${includes}")
 	blender_include_dirs_sys("${includes_sys}")
 
-	add_library(${name} ${sources})
+	add_library(${name} STATIC ${sources})
 
 	# works fine without having the includes
 	# listed is helpful for IDE's (QtCreator/MSVC)