I have one instance of C++Builder XE4 installed and when I run CMake it goes about testing the compiler before reaching the point where I can select any sources to generate makefiles for.
But if I install two older versions of C++Builder in addition to the XE4 version, there will be 3 complete C++Builder installations each with its own compiler and toolchain. I may also install Visual Studio 6 and Visual Studio 2012 adding to the confusion by now having 2 more toolchains on the same computer. So how can CMake decide which compiler it should use while testing???? -- Bo Berglund Developer in Sweden -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
