[CMake] CMAKE_UNAME bug?
Prakash Punnoor
prakash at punnoor.de
Tue Mar 7 04:02:01 EST 2006
Hi,
test file:
PROJECT(Test C)
IF(NOT CMAKE_UNAME)
MESSAGE("no uname")
ENDIF(NOT CMAKE_UNAME)
cmake .
-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp
rm CMakeCache.txt
cmake .
-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check size of void*
-- Check size of void* - done
no uname <------
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp
Is this expected behaviour? Experienced with cmake 2.2.3 and cvs from a few
days ago in Linux.
bye,
--
(°= =°)
//\ Prakash Punnoor /\\
V_/ \_V
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/cmake/attachments/20060307/7cbf2bd1/attachment-0001.pgp
More information about the CMake
mailing list