Re: [CMake] Dependencies in Xcode files

2009-11-07 Thread Bill Hoffman
Daniel Dunbar wrote: Hi Bill, Thanks for the reply. The uses I'm seeing aren't on external targets, they are for internal libraries which are built during the build. Is this the same problem? Pretty much the same problem. A lot of it has to do with static libraries, if you link a target to a

Re: [CMake] Dependencies in Xcode files

2009-11-07 Thread Daniel Dunbar
Hi Bill, Thanks for the reply. The uses I'm seeing aren't on external targets, they are for internal libraries which are built during the build. Is this the same problem? Also, do you know if anyone has filed a bug with Apple tracking this issue? - Daniel On Sat, Nov 7, 2009 at 6:10 PM, Bill

Re: [CMake] Dependencies in Xcode files

2009-11-07 Thread Bill Hoffman
Daniel Dunbar wrote: Hi, I've been looking at the CMake generated Xcode project files and I'm wondering if the dependency hacks (XCODE_DEPEND_HELPER.make) are absolutely necessary in newer versions of Xcode. That file has some comment about avoiding a bug in Xcode 1.5 -- is it possible to genera

[CMake] Dependencies in Xcode files

2009-11-07 Thread Daniel Dunbar
Hi, I've been looking at the CMake generated Xcode project files and I'm wondering if the dependency hacks (XCODE_DEPEND_HELPER.make) are absolutely necessary in newer versions of Xcode. That file has some comment about avoiding a bug in Xcode 1.5 -- is it possible to generate Xcode 2.0+ specific

Re: [CMake] packaging configuration files

2009-11-07 Thread James C. Sutherland
On Nov 7, 2009, at 11:59 AM, James C. Sutherland wrote: I have been using export_library_dependencies() to incorporate library dependencies when generating configuration files for use with find_package() However, I just discovered that this is a deprecated feature, and that

[CMake] packaging configuration files

2009-11-07 Thread James C. Sutherland
I have been using export_library_dependencies() to incorporate library dependencies when generating configuration files for use with find_package() However, I just discovered that this is a deprecated feature, and that install(EXPORT...) should be used instead. However, it is

Re: [CMake] Fwd: [Insight-users] Problem with CMakelist

2009-11-07 Thread Bill Hoffman
John Drescher wrote: > -- Forwarded message -- > From: Wen Shi > Date: Sat, Nov 7, 2009 at 2:19 AM > Subject: Re: [Insight-users] Problem with CMakelist > To: John Drescher > > > Hi john, > Thank you for your reply. > But actually I first used " INCLUDE(${VXL_USE_FILE})" > But w

[CMake] Fwd: [Insight-users] Problem with CMakelist

2009-11-07 Thread John Drescher
-- Forwarded message -- From: Wen Shi Date: Sat, Nov 7, 2009 at 2:19 AM Subject: Re: [Insight-users] Problem with CMakelist To: John Drescher Hi john, Thank you for your reply. But actually I first used " INCLUDE(${VXL_USE_FILE})" But when I use CMake to generate the project, th