missed removing WITH_INSTALL reference.

This commit is contained in:
Campbell Barton
2011-03-17 09:09:48 +00:00
parent 33047585ea
commit 58c8dca7a6

View File

@@ -191,8 +191,7 @@ else()
set(TARGETDIR ${EXECUTABLE_OUTPUT_PATH})
endif()
if(WITH_INSTALL)
# install target
if(UNIX AND NOT APPLE)
if(WITH_INSTALL_PORTABLE)
@@ -637,8 +636,6 @@ if(WITH_INSTALL)
endif()
endif()
endif()
add_dependencies(blender makesdna)
get_property(BLENDER_LINK_LIBS GLOBAL PROPERTY BLENDER_LINK_LIBS)