Re: [CMake] Bug in find_file() command ?

2012-09-03 Thread Adolfo Rodríguez Tsouroukdissian
existant > file/folder in the windows/system32 folder ? > > -- > Glenn > > > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check th

Re: [CMake] license

2011-05-05 Thread Adolfo Rodríguez Tsouroukdissian
On Thu, May 5, 2011 at 1:48 PM, gekso wrote: > Hello! Please help me to find details on the license about use of > CMake in commercial product. Is it BSD? > http://cmake.org/cmake/project/license.html HTH, -- Adolfo Rodríguez Tsouroukdissian Robotics engineer PAL ROBOTICS

Re: [CMake] Auto re-configuring until cache stops changing

2010-09-07 Thread Adolfo Rodríguez Tsouroukdissian
; > OK. So far, we have these votes: 32 - 0 - 0 > > Anybody else? > > > ___ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messag

Re: [CMake] Misleading error message when enforcing version from foo-config-version.cmake

2010-08-04 Thread Adolfo Rodríguez Tsouroukdissian
2010/8/4 Brad King > On 08/04/2010 10:25 AM, Adolfo Rodríguez Tsouroukdissian wrote: > > I'm writing a package config file foo-config.cmake, and I'm providing > > version checking via the foo-config-version.cmake. Everything works > > fine, but I've noticed t

[CMake] Misleading error message when enforcing version from foo-config-version.cmake

2010-08-04 Thread Adolfo Rodríguez Tsouroukdissian
ound like a ticket?. TIA, Adolfo -- Adolfo Rodríguez Tsouroukdissian, Ph. D. Robotics engineer PAL ROBOTICS S.L http://www.pal-robotics.com Tel. +34.93.414.53.47 Fax.+34.93.209.11.09 AVISO DE CONFIDENCIALIDAD: Este mensaje y sus documentos adjuntos, pueden contener información privilegiada

Re: [CMake] check_c_source_compiles question

2010-05-07 Thread Adolfo Rodríguez Tsouroukdissian
s on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake > -- Adolfo Rodríguez Tsouroukdissian, Ph. D. Robotics engineer PAL ROBOTICS S.L http://www.pal-robotics.com T

Re: [CMake] Unit tests, but not CTest

2010-04-23 Thread Adolfo Rodríguez Tsouroukdissian
___ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubsc

Re: [CMake] CMake and CPack question.

2010-04-12 Thread Adolfo Rodríguez Tsouroukdissian
quot;) > ELSE (MYSQL_LIB_DIR) >MESSAGE(FATAL_ERROR "-- Could not find MySQL lib directory") > ENDIF (MYSQL_LIB_DIR) > > = > > Any input would be appreciated. Any complete sample to a CMake to > generate a RPM package &

Re: [CMake] Is it possible to set shared lib version info globally?

2010-03-02 Thread Adolfo Rodríguez Tsouroukdissian
tml > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake > -- Adolfo Rodríguez Tsouroukdissian, Ph. D. Robotics engineer PAL ROBOTICS

Re: [CMake] this is what i got struck

2010-01-28 Thread Adolfo Rodríguez Tsouroukdissian
; target_link_libraries(dev9null ${GTKLIBS}) > target_link_libraries(CDVDnull ${GTKLIBS}) > > I wondered why this brute-force based method doesn't work with cmake. > it complains it isn't from project so it can't compile. what a mess. cmake, > this is not what you need to care

Re: [CMake] intercomponent link dependencies?

2010-01-20 Thread Adolfo Rodríguez Tsouroukdissian
On Fri, Jan 15, 2010 at 6:59 PM, Alexander Neundorf wrote: > On Friday 08 January 2010, Ryan Pavlik wrote: > > On Thu, Jan 7, 2010 at 4:00 PM, Jed Brown wrote: > > > On Thu, 07 Jan 2010 15:54:33 -0600, Ryan Pavlik > > > > > > wrote: > > > > If you use the _LIBRARIES variable, you don't need to

Re: [CMake] Feature requests for CMake-GUI

2010-01-14 Thread Adolfo Rodríguez Tsouroukdissian
2010/1/14 Michael Wild > > On 14. Jan, 2010, at 11:00 , Adolfo Rodríguez Tsouroukdissian wrote: > > > On Thu, Jan 14, 2010 at 10:47 AM, Michael Wild > wrote: > > > >> > >> On 14. Jan, 2010, at 10:43 , Michael Wild wrote: > >> > >>>

Re: [CMake] Feature requests for CMake-GUI

2010-01-14 Thread Adolfo Rodríguez Tsouroukdissian
On Thu, Jan 14, 2010 at 10:47 AM, Michael Wild wrote: > > On 14. Jan, 2010, at 10:43 , Michael Wild wrote: > > > Hi all > > > > I normally never use cmake-gui, but did so for writing installation > instructions. While doing so I came across some oddities and things that > would be useful: > > > >

Re: [CMake] Feature requests for CMake-GUI

2010-01-14 Thread Adolfo Rodríguez Tsouroukdissian
On Thu, Jan 14, 2010 at 10:43 AM, Michael Wild wrote: > Hi all > > I normally never use cmake-gui, but did so for writing installation > instructions. While doing so I came across some oddities and things that > would be useful: > > - It seems to be impossible to see the cache-variable descriptio

Re: [CMake] Multiple calls to find_package(Boost) with different components

2009-12-21 Thread Adolfo Rodríguez Tsouroukdissian
using undefined behavior. Thanks for confirming what's going on. Adolfo. > > Best regards, > Marcel Loose. > > > On Mon, 2009-12-21 at 10:37 +0100, Adolfo Rodríguez Tsouroukdissian > wrote: > > Hi all, > > > > I have a use case where find_package(Boost

[CMake] Multiple calls to find_package(Boost) with different components

2009-12-21 Thread Adolfo Rodríguez Tsouroukdissian
in advance, Adolfo -- Adolfo Rodríguez Tsouroukdissian, Ph. D. Robotics engineer PAL ROBOTICS S.L http://www.pal-robotics.com Tel. +34.93.414.53.47 Fax.+34.93.209.11.09 AVISO DE CONFIDENCIALIDAD: Este mensaje y sus documentos adjuntos, pueden contener información privilegiada y/o confidenci

Re: [CMake] third party library dependencies

2009-12-21 Thread Adolfo Rodríguez Tsouroukdissian
2009/12/18 Adolfo Rodríguez Tsouroukdissian < adolfo.rodrig...@pal-robotics.com> > > > On Fri, Dec 18, 2009 at 11:11 AM, Marcel Loose wrote: > >> Hi Adolfo, >> >> I cannot reproduce the problem you mention. I made the following >> CMakeLists.txt file: &g

Re: [CMake] FIND_PACKAGE does not work

2009-12-18 Thread Adolfo Rodríguez Tsouroukdissian
ource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake > -- Adolfo Rodríguez Tsouroukdissian, Ph. D. Robotics engineer P

Re: [CMake] third party library dependencies

2009-12-18 Thread Adolfo Rodríguez Tsouroukdissian
/lib64/libboost_regex-mt.so > -- Configuring done > -- Generating done > > So, in my case boost_regex is nicely added to boost_date_time. > > Best regards, > Marcel Loose. > > > On Fri, 2009-12-18 at 10:48 +0100, Adolfo Rodríguez Tsouroukdissian > wrote: > > &

Re: [CMake] third party library dependencies

2009-12-18 Thread Adolfo Rodríguez Tsouroukdissian
me-mt.so;/usr/lib64/libboost_regex-mt.so > -- Configuring done > -- Generating done > > So, in my case boost_regex is nicely added to boost_date_time. > > Best regards, > Marcel Loose. > > > On Fri, 2009-12-18 at 10:48 +0100, Adolfo Rodríguez Tsouroukdissian > wrote: > &g

Re: [CMake] third party library dependencies

2009-12-18 Thread Adolfo Rodríguez Tsouroukdissian
make.org/mailman/listinfo/cmake > > ___ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: &g