summaryrefslogtreecommitdiff
blob: a1754c28fb778d95821f6f09360fb0bff677a3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -urN /home/shaegler/dev/blender/blender-2.62/source/creator/CMakeLists.txt blender-2.62/source/creator/CMakeLists.txt
--- /home/shaegler/dev/blender/blender-2.62/source/creator/CMakeLists.txt	2012-02-15 20:30:38.000000000 +0100
+++ blender-2.62/source/creator/CMakeLists.txt	2012-03-25 10:21:13.711811859 +0200
@@ -257,10 +257,10 @@
 
 
 # important to make a clean  install each time, else old scripts get loaded.
-install(
-	CODE
-	"file(REMOVE_RECURSE ${TARGETDIR_VER})"
-)
+#install(
+#	CODE
+#	"file(REMOVE_RECURSE ${TARGETDIR_VER})"
+#)
 
 if(WITH_PYTHON)
 	# install(CODE "message(\"copying blender scripts...\")")