[vtkusers] Problem building on OS x 10.2.3

Andy Cedilnik andy.cedilnik at kitware.com
Tue Jan 28 13:57:20 EST 2003


Hi Roch,

It is not a CMake variable, but environment variable. Depending on which
shell you use, you will do either:

MACOSX_DEPLOYMENT_TARGET=10.2
export MACOSX_DEPLOYMENT_TARGET

or 

setenv MACOSX_DEPLOYMENT_TARGET 10.2

In the command prompt.

				Andy

On Tue, 2003-01-28 at 13:43, roch at rogue-research.com wrote:
> When I built on the weekend, I got dozens (or many more) of these 
> warnings. In the end, it made executables but only some of the demos 
> seem to work. I wanted to change MACOSX_DEPLOYMENT_TARGET but I don't 
> know where it is defined. I can't find a reference t it as an 
> environment variable or in CMakeCache.txt. Can someone point me inthe 
> right direction?





More information about the vtkusers mailing list