Don't just start by deleting CMakeCache.txt. Delete the entire build tree and start with a clean/empty build tree when you first configure with CMake.
Again: what problem did you encounter that required you to "downgrade" CMake? If you're not sure what the problem really is, I would recommend trying to stick with 2.8.8 or later and working through the problems encountered one at a time by giving us more details here. We strive to be 100% backwards compatible, and it's usually the case that "upgrading" CMake versions is the right direction to be traveling in. I'd like to make sure that whatever issue you're trying to avoid is addressed moving forward. Thanks, David On Thu, Jul 5, 2012 at 5:14 AM, Kornel Benko <[email protected]> wrote: > Am Donnerstag, 5. Juli 2012 um 00:21:38, schrieb vaibhavt > <[email protected]> > > exists > >> >>Somehow you are using _old_ CMakeCache.txt file. I would delete this >> >> file > >> first and try again. > >> > >> Done. > >> But still same error. > > > > Please check if > > /opt/local/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in > > exists. > > > > If not, check if you can find CMakeCCompiler.cmake.in under some other path. > > Other path ==> cmake installation may be inconsistent (cmake-data belong to > different cmake version) > > else ==> cmake installation may be incomplete (missing cmake-data) > > > > I would reinstall cmake (+ cmake-data) > > > > Kornel > > > > > -- > > 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 -- 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
