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

Attachment: pgp1qPfSqmWmL.pgp
Description: PGP signature

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to