Re: [cmake-developers] Undocumented command line flags (-H, -B) why?

2018-01-16 Thread Ben Boeckel
On Tue, Jan 16, 2018 at 14:42:32 +0100, Cristian Adam wrote: > I don't know why it wasn't a pull request on gitlab though. > Thu, 30 Jun 2016 12:24:02 -0700 This predates Gitlab usage for patch submission (which started around July 2016). --Ben -- Powered by www.kitware.com Please keep

Re: [cmake-developers] Undocumented command line flags (-H, -B) why?

2018-01-16 Thread Eric Noulard
Thank you very much for the explanation. 2018-01-16 14:46 GMT+01:00 Ben Boeckel : > On Tue, Jan 16, 2018 at 13:10:07 +0100, Eric Noulard wrote: > > I came accross -H and -B undocumented command line flags for cmake: > >

Re: [cmake-developers] Undocumented command line flags (-H, -B) why?

2018-01-16 Thread Ben Boeckel
On Tue, Jan 16, 2018 at 13:10:07 +0100, Eric Noulard wrote: > I came accross -H and -B undocumented command line flags for cmake: > https://stackoverflow.com/questions/24460486/cmake-build-type-not-being-used-in-cmakelists-txt/24470998#24470998 > > Is there any reason to keep those undocumented?

Re: [cmake-developers] Undocumented command line flags (-H, -B) why?

2018-01-16 Thread Cristian Adam
There was an attempt to document them: https://www.mail-archive.com/cmake-developers@cmake.org/msg16693.html I don't know why it wasn't a pull request on gitlab though. Cheers, Cristian. On Tue, Jan 16, 2018 at 1:10 PM, Eric Noulard wrote: > Hi there, > > I came

[cmake-developers] Undocumented command line flags (-H, -B) why?

2018-01-16 Thread Eric Noulard
Hi there, I came accross -H and -B undocumented command line flags for cmake: https://stackoverflow.com/questions/24460486/cmake-build-type-not-being-used-in-cmakelists-txt/24470998#24470998 Is there any reason to keep those undocumented? -- Eric -- Powered by www.kitware.com Please keep

[cmake-developers] iOS friendly CMake

2018-01-16 Thread Gregor Jasny via cmake-developers
Hi, I created a CMake branch where I attempt to provide an easy way to configure CMake projects for iOS (and all other Xcode SDKs). All you need to build for iOS is: cmake -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_SYSROOT=iphoneos -GXcode . In case you build code that must be code signed also