Re: [cmake-developers] Is there a way to disable soname versioning?

2016-02-01 Thread Nils Gladitz
On 01.02.2016 00:09, Eric Wing wrote: This has been an ongoing nuisance for me, so I thought I would finally ask. Is there a way I can force soname versioning without modifying everybody's CMake build scripts? The main problem is Android. Using soname versioning on Android will basically cause t

[cmake-developers] install(EXCLUDE_FROM_ALL) new feature - request for comment

2016-02-01 Thread Nick Lewis
There is currently no way to exclude a component install() from a full installation. Current workarounds using OPTIONAL do not work reliably because they depend on previous builds and on the order of the execution of the build and install commands for the components and the default target Let us t

Re: [cmake-developers] Patch: Remove superfluous semicolon after method

2016-02-01 Thread Brad King
On 01/29/2016 05:43 PM, Christoph GrĂ¼ninger wrote: > please find attached a minimal patch to fix a GCC 6 pedantic warning > concerning a superfluous semicolon after a method. Applied, thanks: cmAlgorithms.h: remove superfluous semicolon after method https://cmake.org/gitweb?p=cmake.git;a=commit