Re: [CMake] Reading DartConfiguration.tcl

2012-03-21 Thread Michael Pfeuti
Hi again, my problem resolved itself. Instead of trying to read the tcl file in the execution phase I simply used the configure_file() to set the variables I want. There is even a sample CTestScript shipped with cmake. So I just used this. Regards michael

[CMake] Reading DartConfiguration.tcl

2012-03-19 Thread Michael Pfeuti
Hi there, I've been struggling getting a custom cdash script to work. I want to submit to some subproject and also some additional files (exp: the compiled binary). If I understand correctly I need to write a custom script. Now I played around a bit and got this working. However, what I don't l