[CMake] Overriding default values
Filipe Sousa
filipe at ipb.pt
Fri Sep 2 06:09:59 EDT 2005
On Friday 02 September 2005 11:03, Sören Freudiger wrote:
> hmm... I'm running it on win32. this or the facr that I'm storing the
> values back to cache may be the problem. furthermore I'm using ccmake .
> within linux not only cmake
Works on windows too
C:\_projects\rm\build>cmake -G"NMake Makefiles" ..
-- Check for CL compiler version
-- Check for CL compiler version - 1310
-- Check if this is a free VC compiler
-- Check if this is a free VC compiler - no
-- Check for working C compiler: cl
-- Check for working C compiler: cl -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: cl
-- Check for working CXX compiler: cl -- works
/W3 /Zm1000 /GX /GR /wd4996
-- Configuring done
-- Generating done
-- Build files have been written to: C:/_projects/rm/build
C:\_projects\rm\build>cmake -G"NMake Makefiles" ..
/W3 /Zm1000 /GX /GR /wd4996
-- Configuring done
-- Generating done
-- Build files have been written to: C:/_projects/rm/build
C:\_projects\rm\build>cmake -G"NMake Makefiles" ..
/W3 /Zm1000 /GX /GR /wd4996
-- Configuring done
-- Generating done
-- Build files have been written to: C:/_projects/rm/build
C:\_projects\rm\build>cmake --version
cmake version 2.3-20050824
--
Filipe Sousa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/cmake/attachments/20050902/62766271/attachment.pgp
More information about the CMake
mailing list