Re: [CMake] CMake 2.8.0 RC 4 ready for testing!

2009-11-02 Thread Anteru
my stuff to work with VS2010. Great job on the other VS2010 issues btw! Cheers, Anteru ___ 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 c

[CMake] Visual Studio, per-config directories: What is the recommended way to set them?

2009-10-23 Thread Anteru
plicate this if both debug/release are in the same folder (symlinking on Windows requires root rights, so it's out of question.) So what is the recommended way to set it (if there is any)? Otherwise, where can I vote for issue #9163? Cheers, Anteru OT: Just managed to build CMake

[CMake] Running python script with CTest, crash

2009-10-14 Thread Anteru
x64 Python installed. I tried used ctest --debug -VV --force-new-ctest-process -C Debug and I also tried without --force-new-ctest-process, but both result in CTest crashing Cheers, Anteru 5: Test command: D:\Dev\Current\nw\trunk\build\tools\FuncTestRunner.py --config Debug D:/Dev/Current/nw-build/

Re: [CMake] Target properties LOCATION and DEBUG_POSTFIX

2008-03-11 Thread Anteru
Zschocke, Florian schrieb: Hi Anteru! I had the same problem. Read here: http://www.cmake.org/pipermail/cmake/2008-March/020255.html Thnaks for the link. But from that I gather that you can only use the target name as an actual command and not as a parameter to the command, e.g. when copying

Re: [CMake] Target properties LOCATION and DEBUG_POSTFIX

2008-03-11 Thread Anteru
ll as an added postfix for > the Debug configuration. I had the same problem. Read here: http://www.cmake.org/pipermail/cmake/2008-March/020255.html Cheers, Anteru ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Converting a VS Build to CMake/Problems with Post-Build steps, questions

2008-03-03 Thread Anteru
ADD_CUSTOM_COMMAND, so I can pass MyTarget to it, which gets filled with the right value. ADD_EXECUTABLE(Test ${TEST_SOURCES}) SET_TARGET_PROPERTIES(Test PROPERTIES DEBUG_POSTFIX "d") ADD_CUSTOM_COMMAND( TARGET Test POST_BUILD COMMAND Test ) works fine. Cheers

Re: [CMake] Converting a VS Build to CMake/Problems with Post-Build steps, questions

2008-02-29 Thread Anteru
s does solve the problem; is there some better/cleaner solution for this? Otherwise I'll stick with it. Leaves the other problem only, seems it has been discussed already (http://preview.tinyurl.com/yw6vlc) without a definite answer whether it is a bug or not. Cheers, Anteru ___

Re: [CMake] Converting a VS Build to CMake/Problems with Post-Build steps, questions

2008-02-29 Thread Anteru
my custom install script with the INSTALL command, which is really great. Thanks for the insights into your approach, if there is indeed no better solution I'll probably have to resort to something similar, I'm just hoping that there is indeed a

[CMake] Converting a VS Build to CMake/Problems with Post-Build steps, questions

2008-02-29 Thread Anteru
x27;m just wondering. * What is the recommended way to check for x64 Windows? I'm using a custom option, but I'd like to have that fully automatic if possible. I only found this list here http://www.cmake.org/Wiki/CMake_Useful_Variables#System_.26_Compile