[CMake] suppressing the compiler chooser dialog

Brandon Van Every bvanevery at gmail.com
Wed Nov 28 19:44:08 EST 2007


On Nov 28, 2007 6:34 PM, Jesse Corrington <jesse.corrington at gmail.com> wrote:
> Well, not exactly, but close. We have a variety of different builds and some
> only work on some platforms. For instance on windows desktop we have 2
> different builds which both use msvc.
>
>  The goal would basically be to supply a list of builds that are supported
> and pick the compiler based on the build name, since we only support a
> limited number of platforms. An example of this build list would be:
>
>  windows desktop A
>  windows desktop B
>  windows mobile 5
>  windows mobile 6
>  symbian
>  etc.

I would just send error messages for what I don't support.  I would
not try to dumb it down.  You could inform the user what you actually
support with 1 error dialog box, end of problem.


Cheers,
Brandon Van Every


More information about the CMake mailing list