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-03-13 09:02:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-13 09:02:20 +0300
commitca95a6f4153cbf7b2e0186af7624fd9e79a17d7a (patch)
treefbb871729a2441a3ddef13fec4ecdc83bd342a58 /source/creator
parent6559209dbfddfc1cadb4d3509cee25a3434ef8e7 (diff)
- lightmap pack wasnt reporting no mesh errors properly.
- cleanup headers. - cmake on *nix was always writing to /bin/./2.56
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 5572977f157..436d2f41749 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -196,7 +196,7 @@ if(WITH_INSTALL)
if(UNIX AND NOT APPLE)
if(WITH_INSTALL_PORTABLE)
- set(TARGETDIR_VER ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/${BLENDER_VERSION})
+ set(TARGETDIR_VER ${TARGETDIR}/${BLENDER_VERSION})
else()
set(TARGETDIR_VER ${CMAKE_INSTALL_PREFIX}/share/blender/${BLENDER_VERSION})
endif()