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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-15 17:14:46 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-15 17:14:46 +0400
commite45b8ab76edf655d23a3642e31a32b4848875474 (patch)
treeae7316eb44c0e3aa6d0bc4284a8c35e5f9a01717 /source/creator
parent0d355a8a2ccaeb54a1f723fd5adacec76d08c921 (diff)
- Whitespace fixes (was commiting from windows where text editor wasn't configured, pardon)
- Fixing typo in description of GP paint mode.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 581e4c4d1ce..666be16e73e 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -440,12 +440,12 @@ elseif(WIN32)
DESTINATION ${TARGETDIR}
)
- if(NOT CMAKE_CL_64)
- install(
- FILES ${LIBDIR}/iconv/lib/iconv.dll
- DESTINATION ${TARGETDIR}
- )
- endif()
+ if(NOT CMAKE_CL_64)
+ install(
+ FILES ${LIBDIR}/iconv/lib/iconv.dll
+ DESTINATION ${TARGETDIR}
+ )
+ endif()
endif()
install( # same as linux!, deduplicate