RE: [CMake] 3rd party modules

2006-10-02 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
ibcurl was built with SSL disabled'. How do I build cmake with ssl enabled in curl? Thank You. -- Artur Kedzierski -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 13:45 To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing

Re: [CMake] 3rd party modules

2006-09-29 Thread Brad King
Brad King wrote: > Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: >> That didn't do it. This is what I am doing: >> ADD_LIBRARY(Foo foo.cpp) >> SET_TARGET_PROPERTIIES(Foo PROPERTIES DEBUG_POSTFIX "Debug") >> GET_TARGET_PROPERTY(LIBNAME Foo LOCATION) >> I am still getting libfoo.a f

Re: [CMake] 3rd party modules

2006-09-29 Thread Brad King
Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > That didn't do it. This is what I am doing: > ADD_LIBRARY(Foo foo.cpp) > SET_TARGET_PROPERTIIES(Foo PROPERTIES DEBUG_POSTFIX "Debug") > GET_TARGET_PROPERTY(LIBNAME Foo LOCATION) > I am still getting libfoo.a for the ${LIBNAME} but

RE: [CMake] 3rd party modules

2006-09-29 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
ssing something? -- Artur Kedzierski -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 8:46 To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing List Subject: Re: [CMake] 3rd party modules Kedzierski, Artur CIV NAVSURFWARCEND

Re: [CMake] 3rd party modules

2006-09-29 Thread Brad King
Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Thanks Brad. > So for those two lines: > SET(CMAKE_DEBUG_POSTFIX "Debug") > GET_TARGET_PROPERTY(LIBNAME Foo LOCATION) > Should I get? > /lib/libfooDebug.a > I am getting (no 'Debug'): > /lib/libfoo.a > but libfoo

RE: [CMake] 3rd party modules

2006-09-29 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
ski, JF33 Voice (951) 273-5069, DSN 933-5069, Fax (951) 273-5201 -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 7:24 To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing List Subject: Re: [CMake] 3rd party modules K

Re: [CMake] 3rd party modules

2006-09-26 Thread Brad King
Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Got it. Thank You. > Now, there is another thing that I can't seem to find. > If I have a Foo library with CMakeLists.txt: > ADD_LIBRARY(Foo foo.cpp) > then I have FooConfig.cmake for it: > SET(FOO_LIBRARY @LIBRARY_OUTPUT_PA

RE: [CMake] 3rd party modules

2006-09-25 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
ing [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 6:17 To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing List Subject: Re: [CMake] 3rd party modules Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Thanks Brad. > Let's say for

Re: [CMake] 3rd party modules

2006-09-22 Thread Brad King
Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Thanks Brad. > Let's say for project Foo and project Bar, I've created > a FooConfig.cmake and BarConfig.cmake. Project Foo uses Cmake > but Bar doesn't. During the installation, where should Foo and Bar place > the Config.cmake so

Re: [CMake] 3rd party modules

2006-09-21 Thread David Cole
Thank You. -- Artur Kedzierski -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 7:16 To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing List Subject: Re: [CMake] 3rd party modules Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote

RE: [CMake] 3rd party modules

2006-09-21 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing List Subject: Re: [CMake] 3rd party modules Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Some packages provide modules/programs that > provide information where they were installed. For > example, "FooL

Re: [CMake] 3rd party modules

2006-09-19 Thread Brad King
Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Some packages provide modules/programs that > provide information where they were installed. For > example, "FooLibrary" may provide > FooLibrary.m4 for auto-tools, > FooLibrary.pc for pkg-confing, > or > Foo-config for anything else. >

[CMake] 3rd party modules

2006-09-18 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
Hi, Some packages provide modules/programs that provide information where they were installed. For example, "FooLibrary" may provide FooLibrary.m4 for auto-tools, FooLibrary.pc for pkg-confing, or Foo-config for anything else. As an author of a library, should I start prov