Re: [CMake] cmake 2.8.0, FindGTK2 on mac

2009-12-01 Thread Aleksander Demko
e 350?  Line 345 where the include > path is searched for may also need to be modified... > > I don't have a MAC so if anyone has any better ideas, help would be > appreciated. > > On Dec 1, 2009 1:27 PM, "Aleksander Demko" wrote: > > I can't seem to get

[CMake] cmake 2.8.0, FindGTK2 on mac

2009-12-01 Thread Aleksander Demko
I can't seem to get FindGTK2 working under a Mac. I've installed the latest shipping library for mac from gtk.org, and even with a CMakeLists.txt file that has nothing but "FIND_PACKAGE(GTK2)", I get the following errors: CMake Error at /Applications/CMake 2.8-0.app/Contents/share/cmake-2.8/Modul

[CMake] cmake, VS2005 and manifests

2009-08-06 Thread Aleksander Demko
Is there someway to programmatically, in the CMakeLists.txt file for my project to turn off the embedding of manifest files? i.e. I'd like to have separate manifest files. In the gui this is done under project properties -> configuration properties -> manifest tool -> input and ouput -> embed mani

Re: [CMake] cmakesetup launch discrepancy

2008-09-24 Thread Aleksander Demko
On Wed, Sep 24, 2008 at 11:28 AM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > Aleksander Demko wrote: >> >> The commands: >> >> cmakesetup \src\mysource >> >> and >> >> cmakesetup c:\src\mysource >> >> seem to do different thin

[CMake] cmakesetup launch discrepancy

2008-09-24 Thread Aleksander Demko
The commands: cmakesetup \src\mysource and cmakesetup c:\src\mysource seem to do different things under XP (Cmake 2.6.1). The first version loads the last source/build directories, while the second version does the right thing: loads mysource as the source and . as the build. Is this a bug or

Re: [CMake] Fwd: how do I test if a library target is static or shared?

2008-09-23 Thread Aleksander Demko
n example of how I am doing things. > > mike > > Aleksander Demko wrote: >> >> I guess I'm looking for a way to automatically "relay" information >> between the main project B and one or more library projects A, etc. My >> projects tend to involve lot

[CMake] Fwd: how do I test if a library target is static or shared?

2008-09-23 Thread Aleksander Demko
o have CMake write the > information into a simple text file that the executable project can then > parse. > > Keep asking.. we'll help as much as we can. > --- > Mike Jackson - Principal Software Engineer > www.bluequartz.net > > > > > On Sep 22, 2008, at 5:46 PM, Al

Re: [CMake] how do I test if a library target is static or shared?

2008-09-22 Thread Aleksander Demko
to the cache and then > check that variable later on in your scripts > > > > On Sep 22, 2008, at 5:23 PM, Aleksander Demko wrote: > >> On Mon, Sep 22, 2008 at 4:15 PM, Mike Jackson >> <[EMAIL PROTECTED]> wrote: >>> >>> Assuming you mean a library

Re: [CMake] how do I test if a library target is static or shared?

2008-09-22 Thread Aleksander Demko
On Mon, Sep 22, 2008 at 4:15 PM, Mike Jackson <[EMAIL PROTECTED]> wrote: > Assuming you mean a library that you are creating the default is static. If > you want a dynamic library then use the "SHARED" keyword: > > add_library (mylib SHARED libsource.cpp) > I understand that. But later in my scrip

[CMake] how do I test if a library target is static or shared?

2008-09-22 Thread Aleksander Demko
How do I test if a library target is static or shared? I've checked the target properties and commands and nothing sticks out. Thanks! ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake