Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-02 11:55:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-02 11:55:06 +0400
commit3ee2cb9cdb647729a1d62d2b2dab45813d938cc8 (patch)
tree0f514efbabbf403d9c16ef828943f9c6d1058e92 /source/creator
parent228be107221c0e25c06626b1019802ffee797cdc (diff)
fix for error in cmake files
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 6eddc97104a..dc19742c057 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -417,7 +417,7 @@ elseif(WIN32)
)
install( # same as linux!, deduplicate
- DIRECTORY ${BLENDER_TEXT_FILES}
+ FILES ${BLENDER_TEXT_FILES}
DESTINATION ${TARGETDIR}
)