On Thu, Apr 4, 2013 at 4:56 PM, Klaim - Joël Lamotte wrote:
> I didn't file the ticket(s?) yet, I'm a bit pressed by time, but I'll do
> it before tomorrow.
Sorry for the delay, I did it today:
http://www.cmake.org/Bug/view.php?id=14089
Joel Lamotte
--
Powered by www.kitware.com
Visit other K
On Thu, Apr 4, 2013 at 2:53 PM, Martin Weber wrote:
> If your binary dir resides on a different drive than E:, the generated
> command will not work. Remember, cd on windows does not change the drive.
> The generated command should be
> cd /D E:/projects...
>
No all the file manipulations happen
Am 27.03.2013 17:57, schrieb Klaim - Joël Lamotte:
Hi,
I'm using CMake 2.10.2 the VS2012(VC11) generator.
I summed-up my problem in the last paragraph.
I'm trying to do this:
add_test(
NAME ${TEST_PROJECT_NAME}
WORKING_DIRECTORY ${TEST_WORKING_DIR}
COMMAND ${TEST_PROJECT_NAME}
)
No feedback yet, so I suppose I should post a issue ticket.
Joel Lamotte
--
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
F
Hi,
I'm using CMake 2.10.2 the VS2012(VC11) generator.
I summed-up my problem in the last paragraph.
I'm trying to do this:
add_test(
NAME ${TEST_PROJECT_NAME}
WORKING_DIRECTORY ${TEST_WORKING_DIR}
COMMAND ${TEST_PROJECT_NAME}
)
In my current setup, I need ${TEST_WORKING_DIR} to be de