Re: [CMake] Including of Platform/UnixPaths.cmake now broken

2007-12-11 Thread James Bigler
On Dec 10, 2007, at 5:33 PM, Gonzalo Garramuño wrote: I use my own variable -DCMAKE_BUILD_ARCH=32 to determine whether I am compiling 32-bits on a 64-bits machine. The problem is that cmake now goes to check compiler and it runs Platform/UnixPaths.cmake without passing any of my variables

[CMake] Including of Platform/UnixPaths.cmake now broken

2007-12-10 Thread Gonzalo Garramuño
This used to work properly, but it has now changed behavior and is now borken. Using CVS version, somewhat latest one. cmake version 2.5-20071026 I have: SET( CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/modules ) to change cmake's search path behavior. Inside my local modules dir, I