"clean build" referred to our existing system, not the cmake conversion.
 For our current system, it is only necssary to nuke the build output
directory.  Figuring out the mechanics of doing a switching mode under
cmake is something we'll deal with  once we're able to get the different
kinds of build working.

Rick


On Thu, May 1, 2014 at 9:09 AM, Nils Gladitz <nilsglad...@gmail.com> wrote:

> On 01.05.2014 15:04, Rick McGuire wrote:
>
>>
>> With our existing setup, to switch between 32- and 64- bit builds, we
>> only need to change the option specified on the vcvarsall batch file and do
>> a clean build.  The tools figure out from the environment variables which
>> build we're doing any everything works great.
>>
>>
> Does the "clean build" involve removing the build directory or at least
> removing CMakeCache.txt/CMakeFiles?
> Otherwise CMake will keep using the cached compiler information from the
> initial configuration rather than querying the build environment again.
>
> Nils
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to