Re: [CMake] Announcing a (potential) new CMake project!

2015-02-03 Thread jmerkow
I would love a place to learn more about CMake design patterns and paradigms. The CMake documentation is very good, and the Cmake website has a good tutorial to get people started with a simple project. However, there are a lot of commonly used design patterns out there that aren't explained an

Re: [CMake] Announcing a (potential) new CMake project!

2015-02-03 Thread Alexander Neundorf
On Monday, February 02, 2015 19:23:41 Jeremy Moles wrote: > Hello everyone! My name is Jeremy, and I've been working with AlphaPixel > (http://www.alphapixel.com) for the last 3 years. Similar to other > companies of the type, Chris (our CEO), gives the employees the > opportunity to frequently wor

Re: [CMake] CPack in CMake 3.1.0 doesn't install files

2015-02-03 Thread Robert Maynard
This is a regression and will be fixed in the next release. install: Fix regression in default configuration selection http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dea42d92 On Mon, Feb 2, 2015 at 9:54 AM, NoRulez wrote: > Hi, > > I think I found the problem: > In the file cmLocalGenera

[CMake] CMake & Android with debugging

2015-02-03 Thread Robert Dailey
So the way I've seen JAVA integration with NDK suggested is to use a custom target to launch ant to build the APK. However, if I do it this way, how would I launch debugging from Eclipse with ADT installed? -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Announcing a (potential) new CMake project!

2015-02-03 Thread Nils Gladitz
On 02/03/2015 10:40 AM, Alexis wrote: I'd be even willing to help out on writing and possibly maintaining some CMake modules. Are there official conventions and best practices for writing CMake modules? Yes, see http://www.cmake.org/cmake/help/git-master/manual/cmake-developer.7.html#modules

Re: [CMake] Announcing a (potential) new CMake project!

2015-02-03 Thread Alexis
Hi Jeremy, I personally would like to see a central place on the web for CMake modules given that http://www.cmake.org/Wiki/CMake:Module_Maintainers misses several modules that I need, e.g. FindGMP, FindMPFR, FindLibIntl, and that there are various versions of those which greatly vary in quality fl