Re: [CMake] New wiki page CMake Live Cycle Considerations

2012-10-09 Thread Matt Williams
. However, shouldn't it be Life Cycle rather than Live Cycle? -- Matt Williams http://milliams.com -- 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

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Matt Williams
/CompileFarm -- Matt Williams http://milliams.com -- 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

Re: [CMake] Undefined reference

2011-11-03 Thread Matt Williams
}) add_executable(my_daemon ${source_files}) target_link_libraries(my_daemon ${OPENSSL_LIBRARIES}) where ${source_files} is a list of your source files created by a set() call. -- Matt Williams http://milliams.com -- Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-02-12 Thread Matt Williams
packages of Ninja for a number of Linux distros in the OBS. You can see it at https://build.opensuse.org/package/show?package=ninjaproject=home%3AMilliams -- Matt Williams http://milliams.com ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-02-12 Thread Matt Williams
executable which in turn runs over some ninja files (which are also created by bootstrap.sh) to compile the full thing. -- Matt Williams http://milliams.com ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-02-11 Thread Matt Williams
On Thursday 10 Feb 2011 14:38:55 Nicolas Desprès wrote: Hi everyone, Probably some of you are already aware of this new open-source project coming from a Chrome developer at Google. Its goal was to improve the build system performance of the Chrome project. So it is designed to be a fast

Re: [CMake] CMake interview for FLOSS Weekly in about 1 hour

2010-03-04 Thread Matt Williams
On 4 March 2010 14:04, Michael Jackson mike.jack...@bluequartz.net wrote: Is there an archive of the interview? I'm guessing it will appear at http://twit.tv/FLOSS -- Matt Williams http://milliams.com ___ Powered by www.kitware.com Visit other

Re: [CMake] combining cmake and qmake

2010-03-03 Thread Matt Williams
to (and if you're using cmake - shouldn't) use qmake at all. It's very simple to reimplement all the qmake rules using CMake and the FindQt4.cmake package. See http://www.bineteri.com/qtwithcmake and http://qtnode.net/wiki/Qt_with_cmake -- Matt Williams http://milliams.com

Re: [CMake] Can CMake prompt the user for input while it's running?

2010-02-28 Thread Matt Williams
that, I've found that this works very well. -- Matt Williams http://milliams.com ___ 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

Re: [CMake] Can CMake prompt the user for input while it's running?

2010-02-27 Thread Matt Williams
if there was a way to have CMake prompt while it runs.  I'd rather avoid having an external script searching for the optional files when CMake would already be doing that. 'cmake -i' does something similar to that. I'm not sure if it's exactly what you want though? -- Matt Williams http

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-29 Thread Matt Williams
:D) However, (I'm no expert, but) I can't think of a time where you could break source compatibility while keeping binary compatibility. Or at least it's strange to require one but not the other. -- Matt Williams http://milliams.com ___ Powered

[CMake] Installing SWIG output (UseSWIG.cmake)

2009-03-27 Thread Matt Williams
Hi all, I've just started using SWIG to create binding for my library. So far I've only bound one file, called Enums.h, with a SWIG interface Enums.i. At present my CMakeLists.txt file looks like: include(${SWIG_USE_FILE}) find_package(PythonLibs) include_directories(${PYTHON_INCLUDE_PATH})

[CMake] Upper or lower case for package variables in FindXXX.cmake files?

2009-02-27 Thread Matt Williams
the mixed case version. Based on bits and pieces I guess I am right (for example,the DOXYGEN_FIND_QUIETLY, but it should have been Doxygen_FIND_QUIETLY comment in FindDoxygen.cmake). Is there an official word on this as the current lack of consistency is confusing? Regards, Matt Williams [1] http

[CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Matt Williams
that the PACKAGE_FIND_NAME, PACKAGE_FIND_VERSION etc. variables aren't set. I tried to make it work but I couldn't. Am I missing something or is it really not possible to do version checking with FindFoo.cmake modules? Matt Williams signature.asc Description: This is a digitally signed message part

Re: [CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Matt Williams
On Tuesday 18 November 2008 00:20:39 Alexander Neundorf wrote: On Tuesday 18 November 2008, Matt Williams wrote: I was reading up on the documentation on the 2.6 version of find_package() and it seems that being able to pass a version string to it only works if find_package() uses

Re: [CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Matt Williams
On Tuesday 18 November 2008 00:21:46 Matt Williams wrote: On Tuesday 18 November 2008 00:20:39 Alexander Neundorf wrote: On Tuesday 18 November 2008, Matt Williams wrote: I was reading up on the documentation on the 2.6 version of find_package() and it seems that being able to pass

[CMake] cmake community site

2008-03-03 Thread Matt Williams
, particularly for its Linux and MacOS support. I'm a Physics University student by day and a KDE programmer by night. Regards, Matt Williams http://milliams.com signature.asc Description: This is a digitally signed message part. ___ CMake mailing list CMake

[CMake] Finding out what a preprocessor macro is defined as

2007-12-29 Thread Matt Williams
into BUILD_MODULE. Is this possible, is there a macro that can do this, or can anyone give a suggestion as to how I could write one? Regards, Matt Williams ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake