Hello everybody! Sorry for the late in reply. I had a 'miss configured' filter dropping all my mails.
Thanks for all replies sent. All of them have great hints on how to solve this problem. But, after the Thielemans reply, i decided that the build type must be selected from inside the Visual Studio, giving the liberty to decide the proper way in face the problem. Thanks again for all the replies! On Fri, Feb 24, 2012 at 4:39 PM, John Drescher <[email protected]> wrote: > > 2. Do batch building. I do this option. Look at the cmake --build command > > > > Here is an example of this for one of my current projects (not exactly > what I do but close enough): > > rem configure > pushd . > cd X:\64Bit\VC.100\Qt\StudyManager > cmake X:/CMakeBased/Qt/StudyManager > popd > > rem build the nsis package. > cmake --build X:/64Bit/VC.100/Qt/StudyManager --config Release --target > PACKAGE > > X:/64Bit/VC.100/Qt/StudyManager is the build folder containing the > .sln CMakeCache.txt ... > > > John > -- Best regards, MaurĂcio Souza Klein.
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
