Re: [CMake] How to set CTest Update Options correctly

2013-02-25 Thread NoRulez
Hello again, CTEST_UPDATE_COMMAND is set to ${GIT_EXECUTABLE}. I also tried to extend the CTEST_CHECKOUT_COMMAND variable, but here I get also an error. Please, could someone help? Thanks in advance Am 25.02.2013 um 18:15 schrieb NoRulez : > Hello, > i've set CTEST_UPDATE_OPTIONS as followe

[CMake] How to set CTest Update Options correctly

2013-02-25 Thread NoRulez
Hello, i've set CTEST_UPDATE_OPTIONS as followed: set(CTEST_UPDATE_OPTIONS "--tags") I set this, because I need newely created and/or modified tags. When I set this option then I get the error: "git.cmd" "fetch" "--tags" Update command failed Is there an other way of doing so? Thanks in advan