From 3ee2cb9cdb647729a1d62d2b2dab45813d938cc8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 Jul 2011 07:55:06 +0000 Subject: [PATCH] fix for error in cmake files --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )