[CMake] PackageMaker Generator and Developer Identification.

2015-09-10 Thread dayan.s via CMake
I am using PackageMaker Generator to create .dmg and .pkg of a MAC application that we intend distribute outside of the App Store - So far so good. I am looking into the next step of signing this application, so as to ensure that the GateKeeper does not flag it as quarantined. Questions: 1) Does t

[CMake] FindGit.cmake proposal

2015-09-10 Thread Daniel Wirtz
Dear all, i've now quite often encountered the need to access basic git information about the source tree from within cmake. i've attached the current FindGit.cmake module shipped with CMake enhanced by two functions: getGitRevision and getGitBranch. if you fancy the idea of having this include

[CMake] Fwd: Fwd: Expected behaviour for Tests/VSWinStorePhone

2015-09-10 Thread Pierre Wilmot
Hi Parag, Thanks for the reply, it does help, I'm getting a working solution that let me build and run the "cube app" on my phone. But what I'm trying to achieve here is a fully automation Generate Build and Run system for continuous integration. I'm using the cmake --build command to compile, bu