Am Sonntag 19 April 2009 00:55:12 schrieb Piotr Dobrogost: > Hi > > Recent thread titled "CMAKE_MAKE_PROGRAM is not set." shows cmake needs > some environment variables to find VS command line tools. > Setting of these variables is done by running a bat file that comes with > VS. This seems a little fragile.
Hmm, for every VisualStudio (even Express version), you have a menu item in the start menu to get the right environment. The same is available from within the VS IDE. The Platform SDK needs some work for the VisualStudio 8 (Express version only) but a step-by-step manual is available from Microsoft. Since VS Express 9, this is fully integrated. So where is this fragile? The downside is that you have to start cmake-gui from such a shell but that can be solved with a small custom batch file for each VisualStudio environment. HS _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
