[CMake] How to set up user option defaults that depend on other user option defaults?

2006-11-06 Thread Alan W. Irwin
With the PLplot CMake build system I am trying to set up refined installation directories for our users that are similar to what they have previously used with the autotools configure script. Here is a subset of the CMake logic which illustrates the problem: set( CMAKE_INSTALL_EXEC_PREFIX

Re: [CMake] How to set up user option defaults that depend on other user option defaults?

2006-11-06 Thread Alexander Neundorf
Original-Nachricht Datum: Mon, 06 Nov 2006 17:52:50 -0800 (PST) Von: Alan W. Irwin [EMAIL PROTECTED] An: cmake@cmake.org Betreff: [CMake] How to set up user option defaults that depend on other user option defaults? With the PLplot CMake build system I am trying to set up