remove cmake WITH_INSTALL option since its a target now.

This commit is contained in:
Campbell Barton 2011-03-16 21:32:20 +00:00
parent 6c972d634e
commit 4f5e20aeb4
2 changed files with 1 additions and 6 deletions

@ -125,7 +125,6 @@ option(WITH_LZMA "Enable best LZMA compression, (used for pointcache)"
# Misc
option(WITH_RAYOPTIMIZATION "Enable use of SIMD (SSE) optimizations for the raytracer" ON)
option(WITH_INSTALL "Install accompanying scripts and language files needed to run blender" ON)
if(UNIX AND NOT APPLE)
option(WITH_INSTALL_PORTABLE "Install redistributeable runtime, otherwise install into CMAKE_INSTALL_PREFIX" ON)
endif()
@ -161,10 +160,6 @@ if(NOT WITH_GAMEENGINE AND WITH_PLAYER)
message(FATAL_ERROR "WITH_PLAYER requires WITH_GAMEENGINE")
endif()
if(NOT WITH_INSTALL AND WITH_PYTHON_INSTALL)
message("WARNING: WITH_PYTHON_INSTALL requires WITH_INSTALL")
endif()
if(NOT WITH_SAMPLERATE AND (WITH_OPENAL OR WITH_SDL OR WITH_JACK))
message(FATAL_ERROR "WITH_OPENAL/WITH_SDL/WITH_JACK require WITH_SAMPLERATE")
endif()

@ -20,7 +20,7 @@
#
# ***** END GPL LICENSE BLOCK *****
# --env-system-scripts allows to run without WITH_INSTALL
# --env-system-scripts allows to run without the install target.
# Use '--write-blend=/tmp/test.blend' to view output