Le Thu, 10 Apr 2008 16:27:31 +0200, Matthias Riechmann <[EMAIL PROTECTED]> a écrit :
> Here You are: > > project(HelloWorld) > CMAKE_MINIMUM_REQUIRED(VERSION 2.4.0) May be you miss a ENABLE_LANGAGE(C) or ENABLE_LANGAGE(CXX) or project(HelloWorld CXX) or project(HelloWorld C) I don't think it is mandatory but ... otherwise I don't know :-)) Which version of CMake are you using on which platform? May be you can post CMake your CMakeFiles/CMakeOutput.log CMakeFiles/CMakeError.log (if they are not too big). And/or you may browse those file yourself, may be you can get a clue? _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
