[CMake] Hello World

Brad King brad.king at kitware.com
Mon Dec 6 07:19:23 EST 2004


Satrish.S wrote:
> Hi,
> 
> I try to "ccmake ./" under Hello-World dir which only
> contains CMakeLists.txt and HelloWorld.cxx, then try
> to configure "c", it gave me this:
> 
> ---snipp-----------
> System is unknown to cmake, create:
> 
> /home/satrish/CMake/share/CMake/Modules/Platform/.cmake

The file ".../Platform/.cmake" is supposed to have the output of "uname" 
in its name.  What is the output of these commands?

   uname
   which uname
   ls /bin/uname /usr/bin/uname /usr/local/bin/uname

Thanks,
-Brad


More information about the CMake mailing list