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>2018-06-17 18:06:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:06:28 +0300
commita24b4e6090057479796e914bc603119b12f6ca06 (patch)
tree3f96950dfb7b2591fbafb6f9f9e77662c27c8d94 /source/creator/CMakeLists.txt
parent76c2203f9ca5a9f9feeffd594ce6e997ff97b908 (diff)
Cleanup: trailing space for remaining source/
Diffstat (limited to 'source/creator/CMakeLists.txt')
-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 47016cbbb3b..d4246d9d705 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -341,7 +341,7 @@ install(
if(WITH_PYTHON)
# install(CODE "message(\"copying blender scripts...\")")
-
+
# exclude addons_contrib if release
if("${BLENDER_VERSION_CYCLE}" STREQUAL "release" OR
"${BLENDER_VERSION_CYCLE}" STREQUAL "rc")
@@ -367,7 +367,7 @@ if(WITH_PYTHON)
PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE
PATTERN "${FREESTYLE_EXCLUDE_CONDITIONAL}" EXCLUDE
)
-
+
unset(ADDON_EXCLUDE_CONDITIONAL)
unset(FREESTYLE_EXCLUDE_CONDITIONAL)
endif()
@@ -647,7 +647,7 @@ if(UNIX AND NOT APPLE)
unset(_suffix)
endif()
unset(_target_LIB)
-
+
endif()
endif()
elseif(WIN32)
@@ -811,7 +811,7 @@ elseif(WIN32)
DESTINATION "."
)
endif()
-
+
if(WITH_SYSTEM_AUDASPACE)
install(
FILES
@@ -828,7 +828,7 @@ elseif(WIN32)
DESTINATION "."
)
endif()
-
+
install( # x86 builds can run on x64 Windows, so this is required at all times
FILES ${LIBDIR}/thumbhandler/lib/BlendThumb64.dll
DESTINATION "."
@@ -939,7 +939,7 @@ elseif(APPLE)
)
unset(_py_inc_suffix)
endif()
-
+
# install blenderplayer bundle - copy of blender.app above. re-using macros et al
# note we are using OSX Bundle as base and copying Blender dummy bundle on top of it
if(WITH_GAMEENGINE AND WITH_PLAYER)