blob: 6f203bd823a5cde0b2f65dbc06720c71b1f534b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/source/creator/CMakeLists.txt.ORIG 2019-06-26 11:43:48.063167637 +0200
+++ b/source/creator/CMakeLists.txt 2019-06-26 12:33:02.676329481 +0200
@@ -352,11 +352,6 @@
# important to make a clean install each time, else old scripts get loaded.
-install(
- CODE
- "file(REMOVE_RECURSE ${TARGETDIR_VER})"
-)
-
if(WITH_PYTHON)
# install(CODE "message(\"copying blender scripts...\")")
|