CMake: removed blenderplayer from install target by accident with recent commit.

This commit is contained in:
Campbell Barton 2011-03-08 09:01:22 +00:00
parent 65da16a5c1
commit 95ed5355b7

@ -246,6 +246,13 @@ if(WITH_INSTALL)
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
)
if(WITH_GAMEENGINE AND WITH_PLAYER)
install(
PROGRAMS ${TARGETDIR}/blenderplayer
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
)
endif()
# misc files
install(
FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/blender.desktop