[CMake] FW: cmake newbie questions

Alexander Neundorf a.neundorf-work at gmx.net
Wed Aug 6 18:37:55 EDT 2008


On Wednesday 06 August 2008, Phil Smith wrote:
> Harrumph:
>
> C:\temp>cmake -G"Unix Makefiles" .
> -- The C compiler identification is unknown
> -- The CXX compiler identification is unknown
> -- Check for working C compiler: CMAKE_C_COMPILER-NOTFOUND
> CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found.  

Hmm, ok, you don't have that set up.

So then just run "cmake -P CMakeLists.txt", this just executes the commands in 
the file.

Alex


More information about the CMake mailing list