[cmake-developers] [CMake 0013556]: Ninja: Does not support 'ninja edit_cache' if cmake-gui does not exist

2012-09-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13556 == Reported By:Yuchen Deng Assigned To:

Re: [cmake-developers] Using the internal Code::Blocks builder

2012-09-23 Thread Benjamin Eikel
Am Donnerstag, 6. September 2012 um 09:24:39 schrieb Benjamin Eikel: Am Mittwoch, 5. September 2012 um 22:29:59 schrieb Bill Hoffman: On 9/5/2012 3:11 PM, Benjamin Eikel wrote: That might become a problem. I tried codeblocks --build --target=MyTarget MyProject.cbp which works

Re: [cmake-developers] Exporting dependent library targets in multiple export sets

2012-09-23 Thread Alexander Neundorf
On Friday 21 September 2012, Alexander Neundorf wrote: On Thursday 20 September 2012, Brad King wrote: On 09/20/2012 12:20 PM, Alexander Neundorf wrote: if(NOT TARGET Foo) if(CMAKE_FIND_PACKAGE_NAME) set(${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) What happens if

[cmake-developers] export() generates files at configure time

2012-09-23 Thread Stephen Kelly
Hi, In investigating moving the linking-relevant API from cmTarget to cmGeneratorTarget, I found that the export() command generates target files at configure time, not at generate time. If it generated the files at generate time, I would be able to make progress moving the linking-relevant