- lightmap pack wasnt reporting no mesh errors properly.

- cleanup headers.
- cmake on *nix was always writing to /bin/./2.56
This commit is contained in:
Campbell Barton
2011-03-13 06:02:20 +00:00
parent 6559209dbf
commit ca95a6f415
3 changed files with 40 additions and 59 deletions

View File

@@ -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()