Hello,

Following the thread
http://www.cmake.org/pipermail/cmake/2007-April/013454.html
we were wondering how cmake choose which variables are required and which
are not.
Just read the quote:


>* Currenly, under Windows, when I click on the configure button in CMAKE,
it
*>* says:
*>*
*>* - I did not found "qmake.exe",
*>* - so I set the value for the QMAKE_EXECUTABE variable,
*>* - click on configure one more time.*
> - It says, "I did not found SDLMAIN_INCLUDE, SDLMAIN_LIBRARY,
>* SDLIMAGE_INCLUDE, SDLIMAGE_LIBRARY"
*>* - I set those variables,
*>* - click on configure one more time.
*>*
*
So I need more details about how CMake does this. I don't understand
how CMake determines which ones to nag you about. The nags I get are
different than yours.

While cmake asks for "SDLMAIN_INCLUDE, SDLMAIN_LIBRARY..." it does not for
SDL_LIBRARY_TEMP.

Any idea why?

--
Pierre-André Galmes
Free Software consultant
StarXpert - www.starxpert.fr
6, rue Eugène Varlin - 75010 Paris
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to