Re: [CMake] Updating files in the source tree.

2014-07-01 Thread Bill Hoffman
On 7/1/2014 3:37 PM, Rick McGuire wrote: The big question comes down to "should I?". Is doing this somehow a violation of CMake rules/conventions? Are there any issues I need to consider? And, the ultimate question is whether it is somehow possible

Re: [CMake] Updating files in the source tree.

2014-07-01 Thread Bill Hoffman
On 6/28/2014 1:52 PM, Rick McGuire wrote: The big question comes down to "should I?". Is doing this somehow a violation of CMake rules/conventions? Are there any issues I need to consider? And, the ultimate question is whether it is somehow possible to set up dependencies where I could get ba

Re: [CMake] Updating files in the source tree.

2014-06-28 Thread Alan W. Irwin
On 2014-06-28 13:52-0400 Rick McGuire wrote: Sort of a long explanation/question here, so bear with me :-) With our project, we have a number of source files that are generated from .xml files. These generate a number of header files, message files, etc using xslt. For a number of reasons, th

Re: [CMake] Updating files in the source tree.

2014-06-28 Thread Scott Aron Bloom
them back in to the source area, we simply set the target to CMAKE_CURRENT_SOURCE_DIR Scott From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Rick McGuire Sent: Saturday, June 28, 2014 7:52 AM To: cmake@cmake.org Subject: [CMake] Updating files in the source tree. Sort of a long

[CMake] Updating files in the source tree.

2014-06-28 Thread Rick McGuire
Sort of a long explanation/question here, so bear with me :-) With our project, we have a number of source files that are generated from .xml files. These generate a number of header files, message files, etc using xslt. For a number of reasons, the generated files are also checked into to SVN.