Re: [CMake] Test Script problems on Windows

2010-05-05 Thread Allen D Byrne
Well it turns out the problem was in the execute_process script. I had the : OUTPUT_FILE ${TEST_OUTPUT} ERROR_FILE ${TEST_OUTPUT} both going to one file - Windows couldn't handle that. Changing that allowed the command to actually execute, NOW, I have to deal with the CRLF issue i

[CMake] Test Script problems on Windows

2010-05-05 Thread Allen D Byrne
As stated in my previous post, I have a script, named runTest.cmake, which works on linux but fails on Windows with: "The process cannot access the file because it is being used by another process" This script calls execute_process() with an executable to capture the output for a comparison