Re: [CMake] CMake 2.8.1 RC 4 is ready to try

2010-03-06 Thread Richard Quirk
On Fri, Mar 5, 2010 at 9:39 PM, Bill Hoffman wrote: > > CMake 2.8.1 RC 4 is ready to try: > > http://www.cmake.org/files/v2.8/?C=M;O=D > > Please try your projects with it.   If you find any issues, let me know. > I think this is about it.  So, if I don't hear anything by Monday, this is > going

Re: [CMake] how to build two libraries from same sources but with different defines?

2009-04-24 Thread Richard Quirk
On Fri, Apr 24, 2009 at 5:42 PM, Igor Karatayev wrote: > Hello. > > I am building my library for two different processors arm7 and arm9. > devkitArm requeres ARM7 or ARM9 macroses should be defined when > building for any processor. I tried to write > > include_directories(./) > > set(SOURCES >  

Re: [CMake] find_package question

2009-04-11 Thread Richard Quirk
On Sat, Apr 11, 2009 at 1:36 PM, Daniel Nelson wrote: > When you call find_package(),  variables can be set inside the find script for > arguments such as QUIET or REQUIRED.  For FindFoo.cmake, these variables would > be Foo_FIND_QUIETLY and Foo_FIND_REQUIRED respectively.  I think it's ugly and