[cmake-developers] [CMake 0014141]: file(UPLOAD ....) fails with scp protocol using keys

2013-05-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14141 == Reported By:Craig Scott Assigned To:

Re: [cmake-developers] Need some pointers on learning the code

2013-05-14 Thread Robert Dailey
What target property does TARGET_FILE_DIR access when used in a generator expression? I'm thinking I might be able to set the output directory directly to the custom target for each configuration. If I know which target property to set, this might work. Thanks Brad. On Mon, May 13, 2013 at 2:01 PM

Re: [cmake-developers] Safe source list GLOBs

2013-05-14 Thread Bill Hoffman
Sorry for the top post... :) Globs simply do not work well for source files. I don't think this will be come a module in CMake. To have this work in a generic way, you would have to run something that did the glob with each time the build system was run, and be able to change the sources